Bitmap for WPF
GetBreakConditions メソッド (InlineObjectNative)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DirectWrite 名前空間 > InlineObjectNative クラス : GetBreakConditions メソッド
When this method returns, contains a value which indicates the line-breaking condition between the object and the content immediately preceding it.
When this method returns, contains a value which indicates the line-breaking condition between the object and the content immediately following it.
Layout uses this to determine the line-breaking behavior of the inline object among the text.
シンタックス
'宣言
 
Public Sub GetBreakConditions( _
   ByRef breakConditionBefore As BreakCondition, _
   ByRef breakConditionAfter As BreakCondition _
) 
public void GetBreakConditions( 
   out BreakCondition breakConditionBefore,
   out BreakCondition breakConditionAfter
)

パラメータ

breakConditionBefore
When this method returns, contains a value which indicates the line-breaking condition between the object and the content immediately preceding it.
breakConditionAfter
When this method returns, contains a value which indicates the line-breaking condition between the object and the content immediately following it.
参照

InlineObjectNative クラス
InlineObjectNative メンバ