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¶
PivotX¶
Gets or sets the PivotX.
public abstract double PivotX { get; set; }
Property Value¶
PivotY¶
Gets or sets the PivotY.
public abstract double PivotY { get; set; }