シンタックス
'宣言
Public Function New( _
ByVal As System.Nullable(Of EmfType), _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Nullable(Of SmoothingMode) _
)
'使用法
Dim emfType As System.Nullable(Of EmfType)
Dim whiten As System.Boolean
Dim renderInputControls As System.Boolean
Dim useGdiToDrawLinesWhenPossible As System.Boolean
Dim writeMetafileComments As System.Boolean
Dim smoothingMode As System.Nullable(Of SmoothingMode)
Dim instance As New PageDrawParams(emfType, whiten, renderInputControls, useGdiToDrawLinesWhenPossible, writeMetafileComments, smoothingMode)
public PageDrawParams(
System.Nullable<EmfType> ,
System.bool ,
System.bool ,
System.bool ,
System.bool ,
System.Nullable<SmoothingMode>
)
パラメータ
- emfType
- whiten
- renderInputControls
- useGdiToDrawLinesWhenPossible
- writeMetafileComments
- smoothingMode
参照