NewTOAPIA.PixmapShard.PixmapShard C# (CSharp) Method

PixmapShard() public method

public PixmapShard ( IPixelArray pixmap, Rectangle boundary, Rectangle frame ) : System
pixmap IPixelArray
boundary System.Drawing.Rectangle
frame System.Drawing.Rectangle
return System
        public PixmapShard(IPixelArray pixmap, Rectangle boundary, Rectangle frame)
        {
            fPixmap = pixmap;
            fBoundary = boundary;
            fFrame = frame;
        }
        #endregion