NTPolygonStyle


@interface NTPolygonStyle : NTStyle

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

    - (NTLineStyle *)getLineStyle;

    Return Value

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

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;