메소드 | 설명 | |
---|---|---|
GetCenter ( this r ) : CoreGraphics.CGPoint | ||
ToPointF ( this point ) : CoreGraphics.CGPoint | ||
ToPointF ( this point ) : Praeclarum.Graphics.PointF | ||
ToRect ( this rect ) : global::Android.Graphics.Rect | ||
ToRectangleF ( this rect ) : CoreGraphics.CGRect | ||
ToRectangleF ( this rect ) : Praeclarum.Graphics.RectangleF | ||
ToSizeF ( this size ) : CoreGraphics.CGSize | ||
ToSizeF ( this size ) : Praeclarum.Graphics.SizeF |
public static GetCenter ( this r ) : CoreGraphics.CGPoint | ||
r | this | |
리턴 | CoreGraphics.CGPoint |
public static ToPointF ( this point ) : CoreGraphics.CGPoint | ||
point | this | |
리턴 | CoreGraphics.CGPoint |
public static ToPointF ( this point ) : Praeclarum.Graphics.PointF | ||
point | this | |
리턴 | Praeclarum.Graphics.PointF |
public static ToRect ( this rect ) : global::Android.Graphics.Rect | ||
rect | this | |
리턴 | global::Android.Graphics.Rect |
public static ToRectangleF ( this rect ) : CoreGraphics.CGRect | ||
rect | this | |
리턴 | CoreGraphics.CGRect |
public static ToRectangleF ( this rect ) : Praeclarum.Graphics.RectangleF | ||
rect | this | |
리턴 | Praeclarum.Graphics.RectangleF |
public static ToSizeF ( this size ) : CoreGraphics.CGSize | ||
size | this | |
리턴 | CoreGraphics.CGSize |
public static ToSizeF ( this size ) : Praeclarum.Graphics.SizeF | ||
size | this | |
리턴 | Praeclarum.Graphics.SizeF |