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

4aab6277 91e4 101a 1c36 fd7991d5c896

haplokuon edited this page May 6, 2023 · 1 revision

RasterVariables Class

netDxf 3.0.0 Library

Represents the variables applied to bitmaps.

Definition

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

C#

public class RasterVariables : DxfObject

VB

Public Class RasterVariables
	Inherits DxfObject

C++

public ref class RasterVariables : public DxfObject

F#

type RasterVariables = 
    class
        inherit DxfObject
    end
Inheritance Object → DxfObject → RasterVariables

Properties

CodeName Gets the DXF object name.
(Inherited from DxfObject)
DisplayFrame Gets or sets if the image frame is shown.
DisplayQuality Gets or sets the image display quality (screen only).
Handle Gets the handle assigned to the DXF object.
(Inherited from DxfObject)
Owner Gets the owner of the actual DxfObject.
(Inherited from DxfObject)
Units Gets or sets the AutoCAD units for inserting images.
XData Gets the entity extended data.
(Inherited from DxfObject)

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Obtains a string that represents the DXF object.
(Inherited from DxfObject)

Events

XDataAddAppReg
(Inherited from DxfObject)
XDataRemoveAppReg
(Inherited from DxfObject)

See Also

Reference

netDxf.Objects Namespace

Clone this wiki locally