NTPointStyle
@interface NTPointStyle : NTStyle
A style for points. Contains attributes for configuring how the point is drawn on the screen.
-
Returns the bitmap of the point.
Declaration
Objective-C
- (NTBitmap *)getBitmap;
Return Value
The bitmap of the point.
-
Returns the size of the point used for click detection.
Declaration
Objective-C
- (float)getClickSize;
Return Value
The size of the point used for click detection.
-
Returns the size of the point.
Declaration
Objective-C
- (float)getSize;
Return Value
The size of the point.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;