Click or drag to resize

ImageDisplayFlags Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Image display options.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
[FlagsAttribute]
public enum ImageDisplayFlags
Request Example View Source
Members
  Member nameValueDescription
ShowImage1 Show image.
ShowImageWhenNotAlignedWithScreen2 Show image when not aligned with screen.
UseClippingBoundary4 Use clipping boundary.
TransparencyOn8 Transparency on.
See Also