This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
fbe750e7 6692 b261 f1ae 4764e7c6b152
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the RasterVariables applied to image entities.
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