Utility method to adjust the given LeadRectD based on source size, size mode and alignment
getDestinationRectangle = function(sourceWidth, sourceHeight, destinationRect, sizeMode, horizontalAlignment, verticalAlignment)
static getDestinationRectangle(sourceWidth: number, sourceHeight: number, destinationRect: LeadRectD, sizeMode: ControlSizeMode, horizontalAlignment: ControlAlignment, verticalAlignment: ControlAlignment): LeadRectD;
sourceWidth
Source width
sourceHeight
Source height
destinationRect
Initial destination rectangle
sizeMode
Controls how the source size is positioned and scaled inside the destination rectangle
horizontalAlignment
Controls how the source size is aligned horizontally inside the destination rectangle
verticalAlignment
Controls how the source size is aligned vertically inside the destination rectangle
The new destination rectangle adjusted based on the source size, size mode and alignment.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET