SVGDeviceSmall.SetDevice C# (CSharp) Method

SetDevice() public method

public SetDevice ( int width, int height ) : void
width int
height int
return void
    public void SetDevice(int width, int height)
    {
        SetDevice(width, height, false, false);
    }

Same methods

SVGDeviceSmall::SetDevice ( int width, int height, bool mipmaps, bool linear ) : void