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

fbe750e7 6692 b261 f1ae 4764e7c6b152

haplokuon edited this page May 6, 2023 · 1 revision

RasterVariables Property

netDxf 3.0.0 Library

Gets or sets the RasterVariables applied to image entities.

Definition

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

C#

public RasterVariables RasterVariables { get; set; }

VB

Public Property RasterVariables As RasterVariables
	Get
	Set

C++

public:
property RasterVariables^ RasterVariables {
	RasterVariables^ get ();
	void set (RasterVariables^ value);
}

F#

member RasterVariables : RasterVariables with get, set

Property Value

RasterVariables

See Also

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally