LayoutFarm.Demo.DemoBitmap.DemoBitmap C# (CSharp) Method

DemoBitmap() public method

public DemoBitmap ( int w, int h, System innerImage ) : System
w int
h int
innerImage System
return System
        public DemoBitmap(int w, int h, System.Drawing.Bitmap innerImage)
        {
            this.width = w;
            this.height = h;
            SetCacheInnerImage(this, innerImage);
        }
        public override int Width

Same methods

DemoBitmap::DemoBitmap ( int w, int h, byte rawImageBuffer, bool isInvertedImg = false ) : System