메소드 | 설명 | |
---|---|---|
FillRoundedRect ( CGContext ctx, CGRect rect, float radius ) : void | ||
MakeRoundedPath ( float size, float radius ) : CGPath | ||
MakeRoundedRectPath ( CGRect rect, float radius ) : CGPath |
Creates a path for a rectangle with rounded corners
|
public static FillRoundedRect ( CGContext ctx, CGRect rect, float radius ) : void | ||
ctx | CGContext | |
rect | CGRect | |
radius | float | |
리턴 | void |
public static MakeRoundedPath ( float size, float radius ) : CGPath | ||
size | float | |
radius | float | |
리턴 | CGPath |
public static MakeRoundedRectPath ( CGRect rect, float radius ) : CGPath | ||
rect | CGRect |
/// The |
radius | float |
/// The |
리턴 | CGPath |