C# 클래스 PixelFarm.Drawing.Conv

conversion helper
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
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

메소드 상세

ToPoint() 공개 정적인 메소드

public static ToPoint ( this pointf ) : PixelFarm.Drawing.Point
pointf this
리턴 PixelFarm.Drawing.Point

ToPoint() 공개 정적인 메소드

public static ToPoint ( this point ) : System.Drawing.Point
point this
리턴 System.Drawing.Point

ToPointF() 공개 정적인 메소드

public static ToPointF ( this pointf ) : PixelFarm.Drawing.PointF
pointf this
리턴 PixelFarm.Drawing.PointF

ToPointF() 공개 정적인 메소드

public static ToPointF ( this pointf ) : System.Drawing.PointF
pointf this
리턴 System.Drawing.PointF

ToRect() 공개 정적인 메소드

public static ToRect ( this rect ) : PixelFarm.Drawing.Rectangle
rect this
리턴 PixelFarm.Drawing.Rectangle

ToRect() 공개 정적인 메소드

public static ToRect ( this rect ) : System.Drawing.Rectangle
rect this
리턴 System.Drawing.Rectangle

ToRectF() 공개 정적인 메소드

public static ToRectF ( this rect ) : PixelFarm.Drawing.RectangleF
rect this
리턴 PixelFarm.Drawing.RectangleF

ToRectF() 공개 정적인 메소드

public static ToRectF ( this rect ) : System.Drawing.RectangleF
rect this
리턴 System.Drawing.RectangleF

ToSize() 공개 정적인 메소드

public static ToSize ( this size ) : PixelFarm.Drawing.Size
size this
리턴 PixelFarm.Drawing.Size

ToSize() 공개 정적인 메소드

public static ToSize ( this size ) : System.Drawing.Size
size this
리턴 System.Drawing.Size

ToSizeF() 공개 정적인 메소드

public static ToSizeF ( this size ) : PixelFarm.Drawing.SizeF
size this
리턴 PixelFarm.Drawing.SizeF

ToSizeF() 공개 정적인 메소드

public static ToSizeF ( this size ) : System.Drawing.SizeF
size this
리턴 System.Drawing.SizeF