Property | Type | Description | |
---|---|---|---|
NSZeroRect |
Property | Type | Description | |
---|---|---|---|
NSRectFromCGRect | |||
NSRectFromString | |||
NSRectToCGRect | |||
NSStringFromRect |
Method | Description | |
---|---|---|
ContainsRect ( |
Returns a Boolean value that indicates whether this rectangle completely encloses another.
|
|
DivideRect ( |
Divides this rectangle into two new rectangles.
|
|
InsetRect ( float dX, float dY ) : |
Creates a rectangle that insets this rectangle by a specified amount.
|
|
IntegralRect ( ) : |
Creates a rectangle with the sides of this rectangle to integer values.
|
|
IntersectionRect ( |
Calculates the intersection of this rectangle with the specified rectangle.
|
|
IntersectsRect ( |
Returns a Boolean value that indicates whether this rectangle and the specified rectangle intersect.
|
|
MouseInRect ( |
Returns a Boolean value that indicates whether the point is in the rectangle.
|
|
NSContainsRect ( |
Returns a Boolean value that indicates whether one rectangle completely encloses another. Original declaration is : BOOL NSContainsRect(NSRect aRect, NSRect bRect) |
|
NSDivideRect ( |
Divides a rectangle into two new rectangles. Original declaration is : void NSDivideRect(NSRect inRect, NSRect *slice, NSRect *remainder, float amount, NSRectEdge edge) |
|
NSEqualRects ( |
Returns a Boolean value that indicates whether the two rectangles are equal. Original declaration is : BOOL NSEqualRects(NSRect aRect, NSRect bRect) |
|
NSHeight ( |
Returns the height of a given rectangle. Original declaration is : float NSHeight(NSRect aRect) |
|
NSInsetRect ( |
Insets a rectangle by a specified amount. Original declaration is : NSRect NSInsetRect(NSRect aRect, float dX, float dY) |
|
NSIntegralRect ( |
Adjusts the sides of a rectangle to integer values. Original declaration is : NSRect NSIntegralRect(NSRect aRect) |
|
NSIntersectionRect ( |
Calculates the intersection of two rectangles. Original declaration is : NSRect NSIntersectionRect(NSRect aRect, NSRect bRect) |
|
NSIntersectsRect ( |
Returns a Boolean value that indicates whether two rectangles intersect. Original declaration is : BOOL NSIntersectsRect(NSRect aRect, NSRect bRect) |
|
NSIsEmptyRect ( |
Returns a Boolean value that indicates whether a given rectangle is empty. Original declaration is : BOOL NSIsEmptyRect(NSRect aRect) |
|
NSMakeRect ( float x, float y, float w, float h ) : |
Creates a new NSRect from the specified values. Original declaration is : NSRect NSMakeRect(float x, float y, float w, float h) |
|
NSMaxX ( |
Returns the largest x coordinate of a given rectangle. Original declaration is : float NSMaxX(NSRect aRect) |
|
NSMaxY ( |
Returns the largest y coordinate of a given rectangle. Original declaration is : float NSMaxY(NSRect aRect) |
|
NSMidX ( |
Returns the x coordinate of a given rectangle�s midpoint. Original declaration is : float NSMidX(NSRect aRect) |
|
NSMidY ( |
Returns the y coordinate of a given rectangle�s midpoint. Original declaration is : float NSMidY(NSRect aRect) |
|
NSMinX ( |
Returns the smallest x coordinate of a given rectangle. Original declaration is : float NSMinX(NSRect aRect) |
|
NSMinY ( |
Returns the smallest y coordinate of a given rectangle. Original declaration is : float NSMinY(NSRect aRect) |
|
NSMouseInRect ( |
Returns a Boolean value that indicates whether the point is in the specified rectangle. Original declaration is : BOOL NSMouseInRect(NSPoint aPoint, NSRect aRect, BOOL isFlipped) |
|
NSOffsetRect ( |
Offsets the rectangle by the specified amount. Original declaration is : NSRect NSOffsetRect(NSRect aRect, float dX, float dY) |
|
NSPointInRect ( |
Returns a Boolean value that indicates whether a given point is in a given rectangle. Original declaration is : BOOL NSPointInRect(NSPoint aPoint, NSRect aRect) |
|
NSUnionRect ( |
Calculates the union of two rectangles. Original declaration is : NSRect NSUnionRect(NSRect aRect, NSRect bRect) |
|
NSWidth ( |
Returns the width of the specified rectangle. Original declaration is : float NSWidth(NSRect aRect) |
|
OffsetRect ( |
Creates a rectangle that offsets this rectangle by the specified amount.
|
|
PointInRect ( |
Returns a Boolean value that indicates whether a given point is in a specified rectangle.
|
|
UnionRect ( |
Creates a rectangle as the union of this rectangle and the specified rectangle.
|
Method | Description | |
---|---|---|
NSRectFromCGRect ( |
||
NSRectFromString ( [ MarshalTypeRef = typeof(IdMarshaler<NSString>))]NSStringaString ) : |
||
NSRectToCGRect ( |
||
NSStringFromRect ( |
public DivideRect ( |
||
slice | ||
remainder | ||
amount | ||
edge | NSRectEdge | |
return | void |
public InsetRect ( float dX, float dY ) : |
||
dX | float | |
dY | float | |
return |
public IntersectionRect ( |
||
aRect | ||
return |
public IntersectsRect ( |
||
aRect | ||
return | bool |
public MouseInRect ( |
||
aPoint | ||
isFlipped | bool | |
return | bool |
public static NSContainsRect ( |
||
aRect | ||
bRect | ||
return | bool |
public static NSDivideRect ( |
||
inRect | ||
slice | ||
remainder | ||
amount | ||
edge | NSRectEdge | |
return | void |
public static NSEqualRects ( |
||
aRect | ||
bRect | ||
return | bool |
public static NSHeight ( |
||
aRect | ||
return | float |
public static NSInsetRect ( |
||
aRect | ||
dX | float | |
dY | float | |
return |
public static NSIntegralRect ( |
||
aRect | ||
return |
public static NSIntersectionRect ( |
||
aRect | ||
bRect | ||
return |
public static NSIntersectsRect ( |
||
aRect | ||
bRect | ||
return | bool |
public static NSIsEmptyRect ( |
||
aRect | ||
return | bool |
public static NSMakeRect ( float x, float y, float w, float h ) : |
||
x | float | |
y | float | |
w | float | |
h | float | |
return |
public static NSMaxX ( |
||
aRect | ||
return |
public static NSMaxY ( |
||
aRect | ||
return |
public static NSMidX ( |
||
aRect | ||
return |
public static NSMidY ( |
||
aRect | ||
return |
public static NSMinX ( |
||
aRect | ||
return |
public static NSMinY ( |
||
aRect | ||
return |
public static NSMouseInRect ( |
||
aPoint | ||
aRect | ||
isFlipped | bool | |
return | bool |
public static NSOffsetRect ( |
||
aRect | ||
dX | ||
dY | ||
return |
public static NSPointInRect ( |
||
aPoint | ||
aRect | ||
return | bool |
public static NSUnionRect ( |
||
aRect | ||
bRect | ||
return |
public static NSWidth ( |
||
aRect | ||
return | float |
public OffsetRect ( |
||
dX | ||
dY | ||
return |