CEPolyDraw

Up
Basic Dialog
CEGetDev
CEGetSys
CEMandelBrot
CEPolyBezier
CEPolyDraw
DrawingLines
DrawingText
DrawSplines
EnumerateFonts
HelloWinCE
Minimal
MouseResolution
MultiScreen Dialog
Palette Animation
Palette Gradient
Palette Viewer
CommandBands
ShowingFontInfo
Tray Application
What OS Version

Home
Up

 

Name: CEPolyDraw

Download: CEPolyDraw.zip

What is it: Demonstrates drawing Bezier lines without the PolyBezier API.

Image50.gif (3372 bytes)

Features:

  1. 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.
  2. 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.
 

 Feedback mailto:ppcdev@conduits.com