Метод | Описание | |
---|---|---|
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 |
public static CornerBottomLeft ( this rect ) : CGPoint | ||
rect | this | |
Результат | CGPoint |
public static CornerBottomRight ( this rect ) : CGPoint | ||
rect | this | |
Результат | CGPoint |
public static CornerTopLeft ( this rect ) : CGPoint | ||
rect | this | |
Результат | CGPoint |
public static CornerTopRight ( this rect ) : CGPoint | ||
rect | this | |
Результат | CGPoint |
public static WithHeight ( this rect, nfloat height ) : CGRect | ||
rect | this | |
height | nfloat | |
Результат | CGRect |
public static WithLocation ( this rect, CGPoint location ) : CGRect | ||
rect | this | |
location | CGPoint | |
Результат | CGRect |
public static WithWidth ( this rect, nfloat width ) : CGRect | ||
rect | this | |
width | nfloat | |
Результат | CGRect |
public static WithX ( this rect, nfloat x ) : CGRect | ||
rect | this | |
x | nfloat | |
Результат | CGRect |
public static WithY ( this rect, nfloat y ) : CGRect | ||
rect | this | |
y | nfloat | |
Результат | CGRect |