C# Class iBabyShapes.ShapeView

Inheritance: UIView
Afficher le fichier Open project: mikebluestein/iBabySmash Class Usage Examples

Protected Properties

Свойство Type Description
_origin System.Drawing.PointF

Méthodes publiques

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

Method Details

CreateShape() public abstract méthode

public abstract CreateShape ( CGPath path, CGContext gctx ) : void
path CGPath
gctx CGContext
Résultat void

Draw() public méthode

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
Résultat void

ShapeView() public méthode

public ShapeView ( PointF origin ) : System
origin System.Drawing.PointF
Résultat System

Property Details

_origin protected_oe property

protected PointF,System.Drawing _origin
Résultat System.Drawing.PointF