A rectangle with specified origin and size. More...
#include <com/navigine/idl/objc/NCRectangle.h>
Inherits NSObject.
Instance Methods | |
(nonnull instancetype) | - initWithX:y:width:height: |
Default constructor for class NCRectangle. | |
Class Methods | |
(nonnull instancetype) | + rectangleWithX:y:width:height: |
Factory method for class NCRectangle. | |
Properties | |
float | x |
rectangle's origin x coordinate. | |
float | y |
rectangle's origin y coordinate. | |
float | width |
rectangle's width. | |
float | height |
rectangle's height. | |
A rectangle with specified origin and size.
Definition at line 16 of file NCRectangle.h.
- (nonnull instancetype) initWithX: | (float) | x | |
y: | (float) | y | |
width: | (float) | width | |
height: | (float) | height |
Default constructor for class NCRectangle.
+ (nonnull instancetype) rectangleWithX: | (float) | x | |
y: | (float) | y | |
width: | (float) | width | |
height: | (float) | height |
Factory method for class NCRectangle.
|
readnonatomicassign |
rectangle's height.
Definition at line 60 of file NCRectangle.h.
|
readnonatomicassign |
rectangle's width.
Definition at line 53 of file NCRectangle.h.
|
readnonatomicassign |
rectangle's origin x
coordinate.
Definition at line 39 of file NCRectangle.h.
|
readnonatomicassign |
rectangle's origin y
coordinate.
Definition at line 46 of file NCRectangle.h.