C# Class PixelFarm.Drawing.Conv

conversion helper
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

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

Method Details

ToPoint() public static méthode

public static ToPoint ( this pointf ) : PixelFarm.Drawing.Point
pointf this
Résultat PixelFarm.Drawing.Point

ToPoint() public static méthode

public static ToPoint ( this point ) : System.Drawing.Point
point this
Résultat System.Drawing.Point

ToPointF() public static méthode

public static ToPointF ( this pointf ) : PixelFarm.Drawing.PointF
pointf this
Résultat PixelFarm.Drawing.PointF

ToPointF() public static méthode

public static ToPointF ( this pointf ) : System.Drawing.PointF
pointf this
Résultat System.Drawing.PointF

ToRect() public static méthode

public static ToRect ( this rect ) : PixelFarm.Drawing.Rectangle
rect this
Résultat PixelFarm.Drawing.Rectangle

ToRect() public static méthode

public static ToRect ( this rect ) : System.Drawing.Rectangle
rect this
Résultat System.Drawing.Rectangle

ToRectF() public static méthode

public static ToRectF ( this rect ) : PixelFarm.Drawing.RectangleF
rect this
Résultat PixelFarm.Drawing.RectangleF

ToRectF() public static méthode

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

ToSize() public static méthode

public static ToSize ( this size ) : PixelFarm.Drawing.Size
size this
Résultat PixelFarm.Drawing.Size

ToSize() public static méthode

public static ToSize ( this size ) : System.Drawing.Size
size this
Résultat System.Drawing.Size

ToSizeF() public static méthode

public static ToSizeF ( this size ) : PixelFarm.Drawing.SizeF
size this
Résultat PixelFarm.Drawing.SizeF

ToSizeF() public static méthode

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