ImageEn, unit imageenview |
|
TImageEnView.SelectionGridSize
Declaration
property SelectionGridSize: Integer;
Description
When this is not 1, a grid is drawn over rectangular selections with the column and row count of SelectionGridSize (e.g. if SelectionGridSize=3 then there will be three columns and rows within the selection box). The color of the grid is specified by
SelectionGridColor.
This property can be used in place of
SelectionGridWidth and
SelectionGridHeight.
Default: 1