C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / InlineObjectNative Class / GetBreakConditions Method
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.

In This Topic
GetBreakConditions Method (InlineObjectNative)
In This Topic
Layout uses this to determine the line-breaking behavior of the inline object among the text.
Syntax
'Declaration
 
Public Sub GetBreakConditions( _
   ByRef breakConditionBefore As BreakCondition, _
   ByRef breakConditionAfter As BreakCondition _
) 
 

Parameters

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.
See Also