MSFPointStyle

Objective-C


@interface MSFPointStyle : MSFStyle

Swift

class MSFPointStyle : MSFStyle

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

    - (MSFBitmap *)getBitmap;

    Swift

    func getBitmap() -> MSFBitmap!

    Return Value

    The bitmap of the point.

  • Returns the size of the point used for click detection.

    Declaration

    Objective-C

    - (float)getClickSize;

    Swift

    func getClickSize() -> Float

    Return Value

    The size of the point used for click detection.

  • Returns the size of the point.

    Declaration

    Objective-C

    - (float)getSize;

    Swift

    func getSize() -> Float

    Return Value

    The size of the point.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;

    Swift

    func dealloc()