Version

CanBreakAt Method

Determines whether or not this DrawInstruction is able to break, given a style of string trimming.
Syntax
'Declaration
 
Public Function CanBreakAt( _
   ByVal at As Single, _
   ByVal trimType As StringTrimming _
) As Boolean
public bool CanBreakAt( 
   float at,
   StringTrimming trimType
)

Parameters

at
Location of break in question.
trimType
The type of string trimming being used.

Return Value

True if the DrawInstruction can break at the given location, otherwise False.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also