Initializes a new instance of the
VectorText class
Namespace: DeltaEngine.Rendering2D.FontsAssembly: DeltaEngine.Rendering2D.Fonts (in DeltaEngine.Rendering2D.Fonts.dll) Version: 1.1.1.0 (1.1.1)
public VectorText(
string text,
Vector2D position
)
public VectorText(
string text,
Vector2D position
)
Public Sub New (
text As String,
position As Vector2D
)
Public Sub New (
text As String,
position As Vector2D
)
public:
VectorText(
String^ text,
Vector2D position
)
public:
VectorText(
String^ text,
Vector2D position
)
new :
text : string *
position : Vector2D -> VectorText
new :
text : string *
position : Vector2D -> VectorText