C# Class Eto.Mac.Mac64Extensions

Datei anzeigen Open project: picoe/Eto

Public Methods

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

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

ToEto() public static method

public static ToEto ( this point ) : Eto.Drawing.PointF
point this
return Eto.Drawing.PointF

ToEto() public static method

public static ToEto ( this rect ) : Eto.Drawing.RectangleF
rect this
return Eto.Drawing.RectangleF

ToEto() public static method

public static ToEto ( this point ) : Eto.Drawing.SizeF
point this
return Eto.Drawing.SizeF

ToEtoPoint() public static method

public static ToEtoPoint ( this point ) : Point
point this
return Point

ToEtoRectangle() public static method

public static ToEtoRectangle ( this rect ) : Eto.Drawing.Rectangle
rect this
return Eto.Drawing.Rectangle

ToEtoSize() public static method

public static ToEtoSize ( this size ) : Eto.Drawing.Size
size this
return Eto.Drawing.Size

ToNS() public static method

public static ToNS ( this point ) : System.Drawing.PointF
point this
return System.Drawing.PointF

ToNS() public static method

public static ToNS ( this rect ) : System.Drawing.RectangleF
rect this
return System.Drawing.RectangleF

ToNS() public static method

public static ToNS ( this size ) : System.Drawing.SizeF
size this
return System.Drawing.SizeF

ToSD() public static method

public static ToSD ( this point ) : System.Drawing.PointF
point this
return System.Drawing.PointF

ToSD() public static method

public static ToSD ( this rect ) : System.Drawing.RectangleF
rect this
return System.Drawing.RectangleF

ToSD() public static method

public static ToSD ( this size ) : System.Drawing.SizeF
size this
return System.Drawing.SizeF

ToSDPointF() public static method

public static ToSDPointF ( this point ) : System.Drawing.PointF
point this
return System.Drawing.PointF