C# Class iBabyShapes.CharacterView

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

Public Methods

Method Description
CharacterView ( PointF origin, bool lowerCase ) : System
CreateShape ( CGPath path, CGContext gctx ) : void
RandomString ( int size, bool lowerCase ) : string

Method Details

CharacterView() public method

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

CreateShape() public method

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

RandomString() public static method

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