Skip to content

IGeoCanvasRotatable

Namespace: ThinkGeo.Core

Defines the IGeoCanvasRotatable interface.

public interface IGeoCanvasRotatable

Properties

RotationAngle

Gets or sets the RotationAngle.

public abstract double RotationAngle { get; set; }

Property Value

double

PivotX

Gets or sets the PivotX.

public abstract double PivotX { get; set; }

Property Value

double

PivotY

Gets or sets the PivotY.

public abstract double PivotY { get; set; }

Property Value

double