Table of Contents

Class DrawingDirectionPointEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class DrawingDirectionPointEventArgs : EventArgs
Inheritance
DrawingDirectionPointEventArgs
Inherited Members

Constructors

DrawingDirectionPointEventArgs()

public DrawingDirectionPointEventArgs()

DrawingDirectionPointEventArgs(Feature, PointShape, float, float)

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

Parameters

lineFeature Feature
directionPoint PointShape
symbolSize float
rotationAngle float

Properties

Cancel

public bool Cancel { get; set; }

Property Value

bool

DirectionPoint

public PointShape DirectionPoint { get; set; }

Property Value

PointShape

LineFeature

public Feature LineFeature { get; }

Property Value

Feature

RotationAngle

public float RotationAngle { get; set; }

Property Value

float

SymbolSize

public float SymbolSize { get; set; }

Property Value

float