GetDefaultPivot The default pivot point will be used if a pivot is not specified in BlitRotated or BlitTransformed. The initial default pivot of a Bitmap is the center. Examples Bitmap myBmp( ... );
// Get the default pivot of the Bitmap // Vec2D defaultPivot = myBmp.GetDefaultPivot(); Other functions of the class Bitmap
Questions about GetDefaultPivot? Click here. |