C# 클래스 iBabyShapes.ShapeView

상속: UIView
파일 보기 프로젝트 열기: mikebluestein/iBabySmash 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_origin System.Drawing.PointF

공개 메소드들

메소드 설명
CreateShape ( CGPath path, CGContext gctx ) : void
Draw ( RectangleF rect ) : void
ShapeView ( PointF origin ) : System

메소드 상세

CreateShape() 공개 추상적인 메소드

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

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

ShapeView() 공개 메소드

public ShapeView ( PointF origin ) : System
origin System.Drawing.PointF
리턴 System

프로퍼티 상세

_origin 보호되어 있는 프로퍼티

protected PointF,System.Drawing _origin
리턴 System.Drawing.PointF