|
























| |
Name: CEPolyDraw
Download: CEPolyDraw.zip
What is it: Demonstrates drawing Bezier lines without the PolyBezier API.

Features:
- Helps define 3 missing functions from the WindowsCE API. CEPolyBezierDegree,
CEPolyBezier, and CEPolyDraw (derived from the MSDN sources). These functions serve as
replacements for the same functions as defined on the desktop platform. Except when using
CEPolyDraw, you need to call it first with
PT_MOVETO to establish the first point on
the curve.
Demostrates one method of hit testing for points. You can tap close to one of the
red/black dots and drag it with the stylus. While dragging the spline/bezier is
continously redrawn.
|