Property | Type | Description | |
---|---|---|---|
NSZeroPoint |
Method | Description | |
---|---|---|
Add ( |
Translates the point by the specified size.
|
|
CGPointFromNSPoint ( |
Converts a NSPoint instance to a CGPoint
|
|
NSEqualPoints ( |
Tests two points for equality. Original declaration is : BOOL NSEqualPoints(NSPoint aPoint, NSPoint bPoint) |
|
NSMakePoint ( CGFloat x, CGFloat y ) : |
Creates a new NSPoint from the specified values. Original declaration is : NSPoint NSMakePoint(float x, float y) |
|
NSPointFromCGPoint ( CGPoint cgpoint ) : |
Converts a CGPoint instance to a NSPoint
|
|
Substract ( |
Translates the point by the specified size.
|
|
Substract ( |
Computes the size between the two points. The values are always positives.
|
|
operator ( ) : |
Implements the operator +.
|
|
operator ( ) : |
Implements the operator -.
|
Method | Description | |
---|---|---|
NSPointFromString ( [ MarshalTypeRef = typeof(IdMarshaler<NSString>))]NSStringaString ) : |
||
NSStringFromPoint ( |
public static Add ( |
||
nsPoint | A point. | |
nsSize | A size. | |
return |
public static CGPointFromNSPoint ( |
||
nspoint | The |
|
return | CGPoint |
public static NSEqualPoints ( |
||
aPoint | ||
bPoint | ||
return | bool |
public static NSMakePoint ( CGFloat x, CGFloat y ) : |
||
x | CGFloat | |
y | CGFloat | |
return |
public static NSPointFromCGPoint ( CGPoint cgpoint ) : |
||
cgpoint | CGPoint | The |
return |
public static Substract ( |
||
nsPoint | A point. | |
nsSize | A size. | |
return |
public static Substract ( |
||
nsPoint1 | The point 1. | |
nsPoint2 | The point 2. | |
return |