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

15d4d3bb 82eb 859e 8824 044c5a818eb7

haplokuon edited this page Jun 28, 2023 · 2 revisions

ShapeStyle Constructor

netDxf 3.0.0 Library

Initializes a new instance of the ShapeStyle class.

Definition

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

Parameters

  String
Shape style name.
  String
Shape definitions SHX file.

See Also

Reference

ShapeStyle Class
netDxf.Tables Namespace

Clone this wiki locally