C# Class Praeclarum.Graphics.RectangleEx

Mostra file Open project: praeclarum/Praeclarum

Public Methods

Method Description
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

Method Details

GetCenter() public static method

public static GetCenter ( this r ) : CoreGraphics.CGPoint
r this
return CoreGraphics.CGPoint

ToPointF() public static method

public static ToPointF ( this point ) : CoreGraphics.CGPoint
point this
return CoreGraphics.CGPoint

ToPointF() public static method

public static ToPointF ( this point ) : Praeclarum.Graphics.PointF
point this
return Praeclarum.Graphics.PointF

ToRect() public static method

public static ToRect ( this rect ) : global::Android.Graphics.Rect
rect this
return global::Android.Graphics.Rect

ToRectangleF() public static method

public static ToRectangleF ( this rect ) : CoreGraphics.CGRect
rect this
return CoreGraphics.CGRect

ToRectangleF() public static method

public static ToRectangleF ( this rect ) : Praeclarum.Graphics.RectangleF
rect this
return Praeclarum.Graphics.RectangleF

ToSizeF() public static method

public static ToSizeF ( this size ) : CoreGraphics.CGSize
size this
return CoreGraphics.CGSize

ToSizeF() public static method

public static ToSizeF ( this size ) : Praeclarum.Graphics.SizeF
size this
return Praeclarum.Graphics.SizeF