ImgArea_GetPointSelection¶
Return the marquee point selection rectangle of a plug-in area.
ImgArea_GetPointSelection(areaRef) ➔ pointSelection
areaRef | Longint | The image area reference. |
pointSelection | Object | The image area pixel selection rectangle. |
Return the marquee point selection rectangle of a plug-in area.
Parameter areaRef
is the plug-in area reference.
The selection rectangle is returned in pointSelection
as a RectObj
expressed in points.
If the plug-in area is currently displaying a raster document, the pixel selection
rectangle can be retrieved as well with a call to
ImgArea_GetPixelSelection
.
Note
This method is a convenience wrapper for the ImgArea_GetSelection
method.