This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
c2e3a727 ff15 e562 1b7e f718b74bb78b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Plot rotation
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum PlotRotation
VB
Public Enumeration PlotRotation
C++
public enum class PlotRotation
F#
type PlotRotation
NoRotation | 0 | No rotation. |
Degrees90 | 1 | 90 degrees counterclockwise. |
Degrees180 | 2 | Upside-down. |
Degrees270 | 3 | 90 degrees clockwise. |