PixmapShape.SourceHeight
From Xojo Documentation
Property (As Integer )
aPixmapShape.SourceHeight = newIntegerValue
or
IntegerValue = aPixmapShape.SourceHeight
Supported for all project types and targets.
or
IntegerValue = aPixmapShape.SourceHeight
Supported for all project types and targets.
The height (pixels) of the source image, from SourceTop, SourceLeft. Used to define a subregion of Image to use.
Example
This example reports the left, top, width, and height of the image that was assigned to the PixmapShape. This image was added to the project and the coordinates are 0, 0, 558, 372.