When loading images using LeadTools API, what would be the initial value of ViewPerspective?
BITMAPHANDLE LeadBitmap2;
L_INT nRet = L_ConvertFromDIB(&LeadBitmap2, sizeof(BITMAPHANDLE), (BITMAPINFO*)pucTestBuffer, pDIBits);
LeadBitmap2.ViewPerspective is BOTTOM_LEFT. Will it be always BOTTOM_LEFT when loading images? LeadTool documentation doesn't say anything about this.
Do more work Make more mistakes Learn more things