C# Class iBabyShapes.ShapeView

Inheritance: UIView
显示文件 Open project: mikebluestein/iBabySmash Class Usage Examples

Protected Properties

Property Type Description
_origin System.Drawing.PointF

Public Methods

Method Description
CreateShape ( CGPath path, CGContext gctx ) : void
Draw ( RectangleF rect ) : void
ShapeView ( PointF origin ) : System

Method Details

CreateShape() public abstract method

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

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

ShapeView() public method

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

Property Details

_origin protected_oe property

protected PointF,System.Drawing _origin
return System.Drawing.PointF