バージョン

CanBreakAt メソッド

指定したスタイルの文字列トリミングに対して、このDrawInstructionがブレーク可能かどうかを判別します。
シンタックス
'宣言
 
Public Function CanBreakAt( _
   ByVal at As Single, _
   ByVal trimType As StringTrimming _
) As Boolean
public bool CanBreakAt( 
   float at,
   StringTrimming trimType
)

パラメータ

at
調査するブレークの位置。
trimType
使用する文字列トリミングのタイプ。

戻り値の型

指定された位置でDrawInstructionがブレーク可能な場合はTrue。それ以外の場合はFalse。
参照