SetDefaultPivot 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( ... );
// Set the default pivot of the Bitmap to x = 30.0, y = 20.0 // myBmp.SetDefaultPivot( Vec2D( 30.0, 20.0 )); Other functions of the class Bitmap
Questions about SetDefaultPivot? Click here. |