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 407
15b26d0f 0f2d 235b 1bee c92cfa40c3d1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Underlay display options.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
[FlagsAttribute]
public enum UnderlayDisplayFlags
VB
<FlagsAttribute>
Public Enumeration UnderlayDisplayFlags
C++
[FlagsAttribute]
public enum class UnderlayDisplayFlags
F#
[<FlagsAttribute>]
type UnderlayDisplayFlags
ClippingOn | 1 | Clipping is on. |
ShowUnderlay | 2 | Underlay is on. |
Monochrome | 4 | Show as monochrome. |
AdjustForBackground | 8 | Adjust for background. |
ClipInsideMode | 16 | Clip is inside mode. |