SetTextJustification Method (DesktopDeviceContext)
In This Topic
Specifies the amount of space the system should add to the break characters in a string of text. The space is added when an application calls the TextOut method.
Syntax
'Declaration
Public Sub SetTextJustification( _
ByVal As Integer, _
ByVal As Integer _
)
public void SetTextJustification(
int ,
int
)
Parameters
- breakExtra
- Specifies the total extra space, in logical units, to be added to the line of text.
- breakCount
- Specifies the number of break characters in the line.
See Also