SVGDeviceSmall.SetDevice C# (CSharp) Метод

SetDevice() публичный Метод

public SetDevice ( int width, int height ) : void
width int
height int
Результат 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