C# Class iBabyShapes.CircleView

Inheritance: ShapeView
Show file Open project: mikebluestein/iBabySmash Class Usage Examples

Public Methods

Method Description
CircleView ( PointF origin ) : System
CreateShape ( CGPath path, CGContext gctx ) : void

Method Details

CircleView() public method

public CircleView ( PointF origin ) : System
origin System.Drawing.PointF
return System

CreateShape() public method

public CreateShape ( CGPath path, CGContext gctx ) : void
path CGPath
gctx CGContext
return void