ImgArea_SetPointSelectionΒΆ

Set the marquee point selection rectangle of a plug-in area.
ImgArea_SetPointSelection(areaRef; pointSelection)
areaRef Longint The image area reference.
pointSelection Object The image area point selection rectangle.

Set the marquee point selection rectangle of a plug-in area.

Parameter areaRef is the plug-in area reference.

The selection rectangle is specified 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 set as well with a call to ImgArea_SetPixelSelection.

Note

This method is a convenience wrapper for the ImgArea_SetSelection method.