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