Show / Hide Table of Contents

Class RasterVariables

Represents the variables applied to bitmaps.

Inheritance
System.Object
DxfObject
RasterVariables
Inherited Members
DxfObject.CodeName
DxfObject.Handle
DxfObject.Owner
DxfObject.ToString()
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 Source

RasterVariables()

Initializes a new instance of the RasterVariables class.

Declaration
public RasterVariables()

Properties

| Improve this Doc View Source

DisplayFrame

Gets or sets if the image frame is shown.

Declaration
public bool DisplayFrame { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

DisplayQuality

Gets or sets the image display quality (screen only).

Declaration
public ImageDisplayQuality DisplayQuality { get; set; }
Property Value
Type Description
ImageDisplayQuality
| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX