Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

c2e3a727 ff15 e562 1b7e f718b74bb78b

haplokuon edited this page May 6, 2023 · 1 revision

PlotRotation Enumeration

netDxf 3.0.0 Library

Plot rotation

Definition

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

Members

NoRotation 0 No rotation.
Degrees90 1 90 degrees counterclockwise.
Degrees180 2 Upside-down.
Degrees270 3 90 degrees clockwise.

See Also

Reference

netDxf.Objects Namespace

Clone this wiki locally