C# 클래스 Praeclarum.Graphics.RectangleEx

파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
GetCenter ( this r ) : CoreGraphics.CGPoint
ToPointF ( this point ) : CoreGraphics.CGPoint
ToPointF ( this point ) : Praeclarum.Graphics.PointF
ToRect ( this rect ) : global::Android.Graphics.Rect
ToRectangleF ( this rect ) : CoreGraphics.CGRect
ToRectangleF ( this rect ) : Praeclarum.Graphics.RectangleF
ToSizeF ( this size ) : CoreGraphics.CGSize
ToSizeF ( this size ) : Praeclarum.Graphics.SizeF

메소드 상세

GetCenter() 공개 정적인 메소드

public static GetCenter ( this r ) : CoreGraphics.CGPoint
r this
리턴 CoreGraphics.CGPoint

ToPointF() 공개 정적인 메소드

public static ToPointF ( this point ) : CoreGraphics.CGPoint
point this
리턴 CoreGraphics.CGPoint

ToPointF() 공개 정적인 메소드

public static ToPointF ( this point ) : Praeclarum.Graphics.PointF
point this
리턴 Praeclarum.Graphics.PointF

ToRect() 공개 정적인 메소드

public static ToRect ( this rect ) : global::Android.Graphics.Rect
rect this
리턴 global::Android.Graphics.Rect

ToRectangleF() 공개 정적인 메소드

public static ToRectangleF ( this rect ) : CoreGraphics.CGRect
rect this
리턴 CoreGraphics.CGRect

ToRectangleF() 공개 정적인 메소드

public static ToRectangleF ( this rect ) : Praeclarum.Graphics.RectangleF
rect this
리턴 Praeclarum.Graphics.RectangleF

ToSizeF() 공개 정적인 메소드

public static ToSizeF ( this size ) : CoreGraphics.CGSize
size this
리턴 CoreGraphics.CGSize

ToSizeF() 공개 정적인 메소드

public static ToSizeF ( this size ) : Praeclarum.Graphics.SizeF
size this
리턴 Praeclarum.Graphics.SizeF