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