This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
6476f77f cbe4 6ee9 6abb 9ba20d5af053
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Image display options.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
[FlagsAttribute]
public enum ImageDisplayFlagsVB
<FlagsAttribute>
Public Enumeration ImageDisplayFlagsC++
[FlagsAttribute]
public enum class ImageDisplayFlagsF#
[<FlagsAttribute>]
type ImageDisplayFlags| ShowImage | 1 | Show image. |
| ShowImageWhenNotAlignedWithScreen | 2 | Show image when not aligned with screen. |
| UseClippingBoundary | 4 | Use clipping boundary. |
| TransparencyOn | 8 | Transparency on. |