Click or drag to resize

RasterVariables Class

Represents the variables applied to bitmaps.
Inheritance Hierarchy
SystemObject
  DXFReaderNETDxfObject
    DXFReaderNET.ObjectsRasterVariables

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class RasterVariables : DxfObject

The RasterVariables type exposes the following members.

Constructors
  NameDescription
Public methodRasterVariables
Initializes a new instance of the RasterVariables class.
Top
Properties
  NameDescription
Public propertyCodeName
Gets the dxf entity type string.
(Inherited from DxfObject.)
Public propertyDisplayFrame
Gets or sets if the image frame is shown.
Public propertyDisplayQuality
Gets or sets the image display quality (screen only).
Public propertyHandle
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.)
Public propertyOwner
Gets the owner of the actual dxf object.
(Inherited from DxfObject.)
Public propertyUnits
Gets or sets the AutoCAD units for inserting images.
Top
Methods
  NameDescription
Public methodToString
Obtains a string that represents the dxf object.
(Inherited from DxfObject.)
Top
See Also