
RotateBitmap – Rotate a 256-color bitmap by any angle
Option Explicit’ This structure holds Bitmap informationPrivate Type BITMAP bmType As Long bmWidth As Long bmHeight As Long bmWidthBytes As Long bmPlanes As Integer bmBitsPixel As Integer bmBits As LongEnd Type’ This structure holds SAFEARRAY infoPrivate Type SafeArray2 cDims As Integer fFeatures As Integer cbElements As Long cLocks As Long