DrawParams(Environment, Single, Int32, Transformation, FontDataDictionary, TextStyleKeyedCollection, LineTypeKeyedCollection) Constructor

Standard constructor.
Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal screenToWorld As Single, _ 
ByVal maxPatternRepetitions As Integer, _ 
ByVal transformation As Transformation, _ 
ByVal fontDefs As FontDataDictionary, _ 
ByVal textStyles As TextStyleKeyedCollection, _ 
ByVal lineTypes As LineTypeKeyedCollection
)
This language is not supported or no code example is available.
public DrawParams( 
Environment environment
float screenToWorld
int maxPatternRepetitions
Transformation transformation
FontDataDictionary fontDefs
TextStyleKeyedCollection textStyles
LineTypeKeyedCollection lineTypes 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The environment control.

screenToWorld
float

The screen to world conversion factor.

maxPatternRepetitions
int

Maximum number of pattern repetitions allowed between two vertices of a curve.

transformation
Transformation

The transformation.

fontDefs
FontDataDictionary

The fonts dictionary.

textStyles
TextStyleKeyedCollection

The text styles.

lineTypes
LineTypeKeyedCollection

The line types collection.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition