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