Class RasterVariables
Represents the variables applied to bitmaps.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: netDxf.Objects
Assembly: CADability.dll
Syntax
public class RasterVariables : DxfObject
Constructors
| Improve this Doc View SourceRasterVariables()
Initializes a new instance of the RasterVariables class.
Declaration
public RasterVariables()
Properties
| Improve this Doc View SourceDisplayFrame
Gets or sets if the image frame is shown.
Declaration
public bool DisplayFrame { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
DisplayQuality
Gets or sets the image display quality (screen only).
Declaration
public ImageDisplayQuality DisplayQuality { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageDisplayQuality |
Units
Gets or sets the AutoCAD units for inserting images.
Declaration
public ImageUnits Units { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageUnits |
Remarks
Default: None
This is what one AutoCAD unit is equal to for the purpose of inserting and scaling images with an associated resolution.
It is recommended to use the same units as the header variable InsUnits, or just use none to avoid any unwanted scaling when inserting images into the drawing.