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