ButtonTests CreateButton Method Delta Engine Documentation

Namespace: FindTheWord.Tests
Assembly: FindTheWord.Tests (in FindTheWord.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void CreateButton()
Examples

[Test]
public void CreateButton()
{
    var button = new GameButton("Wurm1", new Rectangle(0, 0, 0.5f, 0.5f));
    Assert.IsNotNull(button);
}
See Also