Initializes a new instance of the Text class.
[Visual Basic]
Public Function New( _
ByVal style As TextStyle, _
ByVal anchorPoint As PointF, _
ByVal textValue As String _
)
[C#]
public Text(
TextStyle style,
PointF anchorPoint,
string textValue
);
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.