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
cb162370 1333 56ce eef0 1f8dbb0fbd09
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Sets all control point weights to the specified number.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void SetUniformWeights(
double weight
)
VB
Public Sub SetUniformWeights (
weight As Double
)
C++
public:
void SetUniformWeights(
double weight
)
F#
member SetUniformWeights :
weight : float -> unit
- Double
- Control point weight.