C# Class Eto.Mac.Mac64Extensions

Afficher le fichier Open project: picoe/Eto

Méthodes publiques

Méthode Description
SetSize ( this frame, Eto.Drawing.SizeF size ) : System.Drawing.RectangleF
ToEto ( this point ) : Eto.Drawing.PointF
ToEto ( this rect ) : Eto.Drawing.RectangleF
ToEto ( this point ) : Eto.Drawing.SizeF
ToEtoPoint ( this point ) : Point
ToEtoRectangle ( this rect ) : Eto.Drawing.Rectangle
ToEtoSize ( this size ) : Eto.Drawing.Size
ToNS ( this point ) : System.Drawing.PointF
ToNS ( this rect ) : System.Drawing.RectangleF
ToNS ( this size ) : System.Drawing.SizeF
ToSD ( this point ) : System.Drawing.PointF
ToSD ( this rect ) : System.Drawing.RectangleF
ToSD ( this size ) : System.Drawing.SizeF
ToSDPointF ( this point ) : System.Drawing.PointF

Method Details

SetSize() public static méthode

public static SetSize ( this frame, Eto.Drawing.SizeF size ) : System.Drawing.RectangleF
frame this
size Eto.Drawing.SizeF
Résultat System.Drawing.RectangleF

ToEto() public static méthode

public static ToEto ( this point ) : Eto.Drawing.PointF
point this
Résultat Eto.Drawing.PointF

ToEto() public static méthode

public static ToEto ( this rect ) : Eto.Drawing.RectangleF
rect this
Résultat Eto.Drawing.RectangleF

ToEto() public static méthode

public static ToEto ( this point ) : Eto.Drawing.SizeF
point this
Résultat Eto.Drawing.SizeF

ToEtoPoint() public static méthode

public static ToEtoPoint ( this point ) : Point
point this
Résultat Point

ToEtoRectangle() public static méthode

public static ToEtoRectangle ( this rect ) : Eto.Drawing.Rectangle
rect this
Résultat Eto.Drawing.Rectangle

ToEtoSize() public static méthode

public static ToEtoSize ( this size ) : Eto.Drawing.Size
size this
Résultat Eto.Drawing.Size

ToNS() public static méthode

public static ToNS ( this point ) : System.Drawing.PointF
point this
Résultat System.Drawing.PointF

ToNS() public static méthode

public static ToNS ( this rect ) : System.Drawing.RectangleF
rect this
Résultat System.Drawing.RectangleF

ToNS() public static méthode

public static ToNS ( this size ) : System.Drawing.SizeF
size this
Résultat System.Drawing.SizeF

ToSD() public static méthode

public static ToSD ( this point ) : System.Drawing.PointF
point this
Résultat System.Drawing.PointF

ToSD() public static méthode

public static ToSD ( this rect ) : System.Drawing.RectangleF
rect this
Résultat System.Drawing.RectangleF

ToSD() public static méthode

public static ToSD ( this size ) : System.Drawing.SizeF
size this
Résultat System.Drawing.SizeF

ToSDPointF() public static méthode

public static ToSDPointF ( this point ) : System.Drawing.PointF
point this
Résultat System.Drawing.PointF