PdfArcElementRotationDegrees Property

The rotation angle in degrees applied to the arc, in addition to the angular range defined by StartAngleDegrees and SweepAngleDegrees. Positive values rotate counter-clockwise. The default value is 0 which produces no extra rotation

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public float RotationDegrees { get; set; }

Property Value

Single

See Also