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

6476f77f cbe4 6ee9 6abb 9ba20d5af053

haplokuon edited this page May 6, 2023 · 1 revision

ImageDisplayFlags Enumeration

netDxf 3.0.0 Library

Image display options.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

[FlagsAttribute]
public enum ImageDisplayFlags

VB

<FlagsAttribute>
Public Enumeration ImageDisplayFlags

C++

[FlagsAttribute]
public enum class ImageDisplayFlags

F#

[<FlagsAttribute>]
type ImageDisplayFlags

Members

ShowImage 1 Show image.
ShowImageWhenNotAlignedWithScreen 2 Show image when not aligned with screen.
UseClippingBoundary 4 Use clipping boundary.
TransparencyOn 8 Transparency on.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally