Property | Type | Description | |
---|---|---|---|
NSZeroSize |
Method | Description | |
---|---|---|
Add ( |
Returns the sum of the two sizes instances.
|
|
CGSizeFromNSSize ( |
Converts a NSSize instance to a CGSize
|
|
Divide ( |
Returns the result of the division of the size instance by the given factor.
|
|
Multiply ( |
Returns the product of the size instance by the given factor.
|
|
NSEqualSizes ( |
Tests two size values for equality. Original declaration is : BOOL NSEqualSizes(NSSize aSize, NSSize bSize) |
|
NSMakeSize ( |
Creates a new NSSize from the specified values. Original declaration is : NSSize NSMakeSize(float width, float height) |
|
NSSizeFromCGSize ( |
Converts a CGSize instance to a NSSize
|
|
Substract ( |
Returns the difference of the two sizes instances.
|
|
operator ( ) : |
Implements the operator +.
|
Method | Description | |
---|---|---|
NSSizeFromString ( [ MarshalTypeRef = typeof(IdMarshaler<NSString>))]NSStringaString ) : |
||
NSStringFromSize ( |
public static Add ( |
||
size1 | A size. | |
size2 | A size. | |
return |
public static CGSizeFromNSSize ( |
||
nssize | The |
|
return |
public static Divide ( |
||
size | The size. | |
factor | The factor. | |
return |
public static Multiply ( |
||
size | The size. | |
factor | The factor. | |
return |
public static NSEqualSizes ( |
||
aSize | ||
bSize | ||
return | bool |
public static NSMakeSize ( |
||
width | ||
height | ||
return |
public static NSSizeFromCGSize ( |
||
cgsize | The |
|
return |
public static Substract ( |
||
size1 | A size. | |
size2 | A size. | |
return |