[]
Initializes a new instance of the StrokeStyle1 class.
public static StrokeStyle1 Create(Factory1 factory, ref StrokeStyleProperties1 strokeStyleProperties)
| Type | Name | Description |
|---|---|---|
| Factory1 | factory | The factory. |
| StrokeStyleProperties1 | strokeStyleProperties | No documentation. |
| Type | Description |
|---|---|
| StrokeStyle1 |
Initializes a new instance of the StrokeStyle1 class.
public static StrokeStyle1 Create(Factory1 factory, ref StrokeStyleProperties1 strokeStyleProperties, float[] dashes)
| Type | Name | Description |
|---|---|---|
| Factory1 | factory | The factory. |
| StrokeStyleProperties1 | strokeStyleProperties | No documentation. |
| float[] | dashes | No documentation. |
| Type | Description |
|---|---|
| StrokeStyle1 |
It is valid to specify a dash array only if Custom is also specified.