バージョン

PleaseBreakAt メソッド

このDrawInstructionに指定した位置でブレークを要求します。
シンタックス
'宣言
 
Public Function PleaseBreakAt( _
   ByVal at As Single, _
   ByVal trimType As StringTrimming, _
   ByVal g As Graphics _
) As DrawInstruction
public DrawInstruction PleaseBreakAt( 
   float at,
   StringTrimming trimType,
   Graphics g
)

パラメータ

at
ブレークの位置。
trimType
使用する文字列トリミングのタイプ。
g
使用するグラフィック。

戻り値の型

ブレークが挿入された後の結果のDrawInstruction。
参照