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 407
15d4d3bb 82eb 859e 8824 044c5a818eb7
haplokuon edited this page Jun 28, 2023
·
2 revisions
netDxf 3.0.0 Library
Initializes a new instance of the ShapeStyle
class.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ShapeStyle(
string name,
string file
)
VB
Public Sub New (
name As String,
file As String
)
C++
public:
ShapeStyle(
String^ name,
String^ file
)
F#
new :
name : string *
file : string -> ShapeStyle
- String
- Shape style name.
- String
- Shape definitions SHX file.