Loading...
Searching...
No Matches

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.
 

Detailed Description

A rectangle with specified origin and size.

Definition at line 16 of file NCRectangle.h.

Method Documentation

◆ initWithX:y:width:height:

- (nonnull instancetype) initWithX: (float) x
y: (float) y
width: (float) width
height: (float) height 

Default constructor for class NCRectangle.

◆ rectangleWithX:y:width:height:

+ (nonnull instancetype) rectangleWithX: (float) x
y: (float) y
width: (float) width
height: (float) height 

Factory method for class NCRectangle.

Property Documentation

◆ height

- (float) height
readnonatomicassign

rectangle's height.

Definition at line 60 of file NCRectangle.h.

◆ width

- (float) width
readnonatomicassign

rectangle's width.

Definition at line 53 of file NCRectangle.h.

◆ x

- (float) x
readnonatomicassign

rectangle's origin x coordinate.

Definition at line 39 of file NCRectangle.h.

◆ y

- (float) y
readnonatomicassign

rectangle's origin y coordinate.

Definition at line 46 of file NCRectangle.h.


The documentation for this class was generated from the following file: