BOLTStack.XLGraphics.XL_StretchBitmap C# (CSharp) Method

XL_StretchBitmap() private method

private XL_StretchBitmap ( IntPtr hBitmap, int newWidth, int newHeight ) : IntPtr
hBitmap System.IntPtr
newWidth int
newHeight int
return System.IntPtr
        public static extern IntPtr XL_StretchBitmap(IntPtr hBitmap, int newWidth, int newHeight);