Class
PolarMarkedZoneAnnotationDrawPart

Definition

Constructors

PolarMarkedZoneAnnotationDrawPart(PolarMarkedZoneAnnotation, PolarRenderer)

Initializes a new instance of the PolarMarkedZoneAnnotationDrawPart class.

Declaration

cs-api-definition
public PolarMarkedZoneAnnotationDrawPart(PolarMarkedZoneAnnotation element, PolarRenderer renderer)

Parameters

element

PolarMarkedZoneAnnotation

The element.

renderer

PolarRenderer

The renderer.

Methods

Draw()

Draws the polar marked zone annotation.

Declaration

cs-api-definition
public override void Draw()

Overrides DrawPart<PolarMarkedZoneAnnotation>.Draw()