Changes size of image canvas.
Visual Basic |
---|
Public Function AcquiredImages_ResizeCanvas( _ ByVal index As Long, _ ByVal canvasWidth As Long, _ ByVal canvasHeight As Long, _ ByVal borderColor As enumImageProcessingBorderColor, _ ByVal imageXPosition As Long, _ ByVal imageYPosition As Long _ ) As Boolean |
Value | Description |
---|---|
IMAGEPROCESSINGBORDERCOLOR_AutoDetect | Free space around rotated image will be filled with border color of rotated image. |
IMAGEPROCESSINGBORDERCOLOR_Black | Free space around rotated image will be filled with black color. |
IMAGEPROCESSINGBORDERCOLOR_White | Free space around rotated image will be filled with white color. |