Skip to content

DrawingDirectionPointEventArgs

Namespace: ThinkGeo.Core

public class DrawingDirectionPointEventArgs : System.EventArgs

Inheritance ObjectEventArgsDrawingDirectionPointEventArgs

Properties

DirectionPoint

public PointShape DirectionPoint { get; set; }

Property Value

PointShape

LineFeature

public Feature LineFeature { get; }

Property Value

Feature

SymbolSize

public float SymbolSize { get; set; }

Property Value

Single

RotationAngle

public float RotationAngle { get; set; }

Property Value

Single

Cancel

public bool Cancel { get; set; }

Property Value

Boolean

Constructors

DrawingDirectionPointEventArgs()

public DrawingDirectionPointEventArgs()

DrawingDirectionPointEventArgs(Feature, PointShape, Single, Single)

public DrawingDirectionPointEventArgs(Feature lineFeature, PointShape directionPoint, float symbolSize, float rotationAngle)

Parameters

lineFeature Feature

directionPoint PointShape

symbolSize Single

rotationAngle Single