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