MSFPolygonStyle

Objective-C


@interface MSFPolygonStyle : MSFStyle

Swift

class MSFPolygonStyle : MSFStyle

A style for polygons. Contains attributes for configuring how the polygon is drawn on the screen.

  • Returns the style of the edges of the polygon.

    Declaration

    Objective-C

    - (MSFLineStyle *)getLineStyle;

    Swift

    func getLineStyle() -> MSFLineStyle!

    Return Value

    The style of the edges of the polygon. May be null.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;

    Swift

    func dealloc()