C# Class Praeclarum.Graphics.RectangleEx

Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Méthode 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 méthode

public static GetCenter ( this r ) : CoreGraphics.CGPoint
r this
Résultat CoreGraphics.CGPoint

ToPointF() public static méthode

public static ToPointF ( this point ) : CoreGraphics.CGPoint
point this
Résultat CoreGraphics.CGPoint

ToPointF() public static méthode

public static ToPointF ( this point ) : Praeclarum.Graphics.PointF
point this
Résultat Praeclarum.Graphics.PointF

ToRect() public static méthode

public static ToRect ( this rect ) : global::Android.Graphics.Rect
rect this
Résultat global::Android.Graphics.Rect

ToRectangleF() public static méthode

public static ToRectangleF ( this rect ) : CoreGraphics.CGRect
rect this
Résultat CoreGraphics.CGRect

ToRectangleF() public static méthode

public static ToRectangleF ( this rect ) : Praeclarum.Graphics.RectangleF
rect this
Résultat Praeclarum.Graphics.RectangleF

ToSizeF() public static méthode

public static ToSizeF ( this size ) : CoreGraphics.CGSize
size this
Résultat CoreGraphics.CGSize

ToSizeF() public static méthode

public static ToSizeF ( this size ) : Praeclarum.Graphics.SizeF
size this
Résultat Praeclarum.Graphics.SizeF