Svg.SvgRenderer.DrawImageUnscaled C# (CSharp) Method

DrawImageUnscaled() public method

public DrawImageUnscaled ( Image image, Point location ) : void
image Image
location Point
return void
        public void DrawImageUnscaled(Image image, Point location)
        {
            this._innerGraphics.DrawImageUnscaled(image, location);
        }