C# 클래스 AVCamBarcode.CGRectExtensions

파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
CornerBottomLeft ( this rect ) : CGPoint
CornerBottomRight ( this rect ) : CGPoint
CornerTopLeft ( this rect ) : CGPoint
CornerTopRight ( this rect ) : CGPoint
WithHeight ( this rect, nfloat height ) : CGRect
WithLocation ( this rect, CGPoint location ) : CGRect
WithWidth ( this rect, nfloat width ) : CGRect
WithX ( this rect, nfloat x ) : CGRect
WithY ( this rect, nfloat y ) : CGRect

메소드 상세

CornerBottomLeft() 공개 정적인 메소드

public static CornerBottomLeft ( this rect ) : CGPoint
rect this
리턴 CGPoint

CornerBottomRight() 공개 정적인 메소드

public static CornerBottomRight ( this rect ) : CGPoint
rect this
리턴 CGPoint

CornerTopLeft() 공개 정적인 메소드

public static CornerTopLeft ( this rect ) : CGPoint
rect this
리턴 CGPoint

CornerTopRight() 공개 정적인 메소드

public static CornerTopRight ( this rect ) : CGPoint
rect this
리턴 CGPoint

WithHeight() 공개 정적인 메소드

public static WithHeight ( this rect, nfloat height ) : CGRect
rect this
height nfloat
리턴 CGRect

WithLocation() 공개 정적인 메소드

public static WithLocation ( this rect, CGPoint location ) : CGRect
rect this
location CGPoint
리턴 CGRect

WithWidth() 공개 정적인 메소드

public static WithWidth ( this rect, nfloat width ) : CGRect
rect this
width nfloat
리턴 CGRect

WithX() 공개 정적인 메소드

public static WithX ( this rect, nfloat x ) : CGRect
rect this
x nfloat
리턴 CGRect

WithY() 공개 정적인 메소드

public static WithY ( this rect, nfloat y ) : CGRect
rect this
y nfloat
리턴 CGRect