VectorTextTests DrawHi Method Delta Engine Documentation

Namespace: DeltaEngine.Rendering2D.Fonts.Tests
Assembly: DeltaEngine.Rendering2D.Fonts.Tests (in DeltaEngine.Rendering2D.Fonts.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void DrawHi()
Examples

[Test, ApproveFirstFrameScreenshot]
public void DrawHi()
{
    new VectorText("Hi", Vector2D.Half);
}
See Also