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 409
f424db48 2fb6 e5ad 8b32 80ccd4d53035
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Copy the layer to the current layer state properties.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void CopyFrom(
Layer layer,
LayerPropertiesRestoreFlags options
)
VB
Public Sub CopyFrom (
layer As Layer,
options As LayerPropertiesRestoreFlags
)
C++
public:
void CopyFrom(
Layer^ layer,
LayerPropertiesRestoreFlags options
)
F#
member CopyFrom :
layer : Layer *
options : LayerPropertiesRestoreFlags -> unit
- Layer
- Layer from which copy the properties.
- LayerPropertiesRestoreFlags
- Layer properties to copy.