'Declaration
Public Overloads Sub TextAligned( _
ByVal As Rectangle, _
ByVal As String, _
ByVal As Font, _
ByVal As Alignment, _
ByVal As Boolean _
)
'Usage
Dim instance As Draw
Dim boundingBox As Rectangle
Dim text As String
Dim font As Font
Dim alignment As Alignment
Dim wordWrap As Boolean
instance.TextAligned(boundingBox, text, font, alignment, wordWrap)
public void TextAligned(
Rectangle ,
string ,
Font ,
Alignment ,
bool
)
public: void TextAligned(
Rectangle ,
string* ,
Font* ,
Alignment ,
bool
)
public:
void TextAligned(
Rectangle ,
String^ ,
Font^ ,
Alignment ,
bool
)