Méthode | Description | |
---|---|---|
ToPoint ( this pointf ) : PixelFarm.Drawing.Point | ||
ToPoint ( this point ) : System.Drawing.Point | ||
ToPointF ( this pointf ) : PixelFarm.Drawing.PointF | ||
ToPointF ( this pointf ) : System.Drawing.PointF | ||
ToRect ( this rect ) : PixelFarm.Drawing.Rectangle | ||
ToRect ( this rect ) : System.Drawing.Rectangle | ||
ToRectF ( this rect ) : PixelFarm.Drawing.RectangleF | ||
ToRectF ( this rect ) : System.Drawing.RectangleF | ||
ToSize ( this size ) : PixelFarm.Drawing.Size | ||
ToSize ( this size ) : System.Drawing.Size | ||
ToSizeF ( this size ) : PixelFarm.Drawing.SizeF | ||
ToSizeF ( this size ) : System.Drawing.SizeF |
public static ToPoint ( this pointf ) : PixelFarm.Drawing.Point | ||
pointf | this | |
Résultat | PixelFarm.Drawing.Point |
public static ToPoint ( this point ) : System.Drawing.Point | ||
point | this | |
Résultat | System.Drawing.Point |
public static ToPointF ( this pointf ) : PixelFarm.Drawing.PointF | ||
pointf | this | |
Résultat | PixelFarm.Drawing.PointF |
public static ToPointF ( this pointf ) : System.Drawing.PointF | ||
pointf | this | |
Résultat | System.Drawing.PointF |
public static ToRect ( this rect ) : PixelFarm.Drawing.Rectangle | ||
rect | this | |
Résultat | PixelFarm.Drawing.Rectangle |
public static ToRect ( this rect ) : System.Drawing.Rectangle | ||
rect | this | |
Résultat | System.Drawing.Rectangle |
public static ToRectF ( this rect ) : PixelFarm.Drawing.RectangleF | ||
rect | this | |
Résultat | PixelFarm.Drawing.RectangleF |
public static ToRectF ( this rect ) : System.Drawing.RectangleF | ||
rect | this | |
Résultat | System.Drawing.RectangleF |
public static ToSize ( this size ) : PixelFarm.Drawing.Size | ||
size | this | |
Résultat | PixelFarm.Drawing.Size |
public static ToSize ( this size ) : System.Drawing.Size | ||
size | this | |
Résultat | System.Drawing.Size |
public static ToSizeF ( this size ) : PixelFarm.Drawing.SizeF | ||
size | this | |
Résultat | PixelFarm.Drawing.SizeF |
public static ToSizeF ( this size ) : System.Drawing.SizeF | ||
size | this | |
Résultat | System.Drawing.SizeF |