Engine.Objects.HWSurfaceInstance.HWSurfaceInstance C# (CSharp) Method

HWSurfaceInstance() public method

public HWSurfaceInstance ( ScriptEngine parent, Image image ) : System
parent ScriptEngine
image Image
return System
        public HWSurfaceInstance(ScriptEngine parent, Image image)
            : this(parent, new Texture(image))
        {
        }

Same methods

HWSurfaceInstance::HWSurfaceInstance ( ) : System
HWSurfaceInstance::HWSurfaceInstance ( ScriptEngine parent, Texture texture ) : System
HWSurfaceInstance::HWSurfaceInstance ( ScriptEngine parent, int width, int height, System.Color bg_color ) : System
HWSurfaceInstance::HWSurfaceInstance ( ScriptEngine parent, string filename ) : System