Aligns coordinates of the point and bitmap to JPEG Minimum Coded Units (MCU).
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Rectangle AlignToMCUSize( Point offset, Bitmap bitmap )
Type: System.Drawing.Point
A Point at which the bitmap should be placed. It will be used as a location of the upper-left corner of the input rectangle.Type: Aurigma.GraphicsMill.Bitmap
A Bitmap to aligne. Its width and height will be used as dimensions of the input rectangle.