C# 클래스 iBabyShapes.CharacterView

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

공개 메소드들

메소드 설명
CharacterView ( PointF origin, bool lowerCase ) : System
CreateShape ( CGPath path, CGContext gctx ) : void
RandomString ( int size, bool lowerCase ) : string

메소드 상세

CharacterView() 공개 메소드

public CharacterView ( PointF origin, bool lowerCase ) : System
origin System.Drawing.PointF
lowerCase bool
리턴 System

CreateShape() 공개 메소드

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

RandomString() 공개 정적인 메소드

public static RandomString ( int size, bool lowerCase ) : string
size int
lowerCase bool
리턴 string