Layout(IntPtr,String,Font,Brush,Single,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub Layout( _
ByVal As IntPtr, _
ByVal As String, _
ByVal As Font, _
ByVal As Brush, _
ByVal As Single, _
ByVal As Boolean _
)
public void Layout(
IntPtr ,
string ,
Font ,
Brush ,
float ,
bool
)
Parameters
- hdc
- text
- font
- brush
- width
- rtl
See Also