C# 클래스 Eto.Mac.Mac64Extensions

파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

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

메소드 상세

SetSize() 공개 정적인 메소드

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

ToEto() 공개 정적인 메소드

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

ToEto() 공개 정적인 메소드

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

ToEto() 공개 정적인 메소드

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

ToEtoPoint() 공개 정적인 메소드

public static ToEtoPoint ( this point ) : Point
point this
리턴 Point

ToEtoRectangle() 공개 정적인 메소드

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

ToEtoSize() 공개 정적인 메소드

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

ToNS() 공개 정적인 메소드

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

ToNS() 공개 정적인 메소드

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

ToNS() 공개 정적인 메소드

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

ToSD() 공개 정적인 메소드

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

ToSD() 공개 정적인 메소드

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

ToSD() 공개 정적인 메소드

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

ToSDPointF() 공개 정적인 메소드

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