GfxDrawForSelectionParams(Environment, Single, Int32, Transformation, FontDataDictionary, TextStyleKeyedCollection, LineTypeKeyedCollection) 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 GfxDrawForSelectionParams( 
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

screenToWorld
float

maxPatternRepetitions
int

transformation
Transformation

fontDefs
FontDataDictionary

textStyles
TextStyleKeyedCollection

lineTypes
LineTypeKeyedCollection

.NET Framework

Supported in: 4.8

In this article

Definition