ImageEn, unit imageenview |
|
TImageEnView.GetSelectionGripStyle
Declaration
procedure GetSelectionGripStyle(out GripColor1: TColor; out GripColor2: TColor; out GripBrushStyle: TBrushStyle; out GripSize: integer; out ExtendedGrips: boolean; out Shape: TIEGripShape); overload;
procedure GetSelectionGripStyle(out GripStyle: TIEGripStyle; out ExtendedGrips: boolean); overload;
function GetSelectionGripStyle(): TIEGripStyle; overload;
Description
Returns properties for the appearance of selection grips.
Parameter | Description | Default |
GripColor1 | Grip border color | clBlack |
GripColor2 | Grip brush color | $9DF5FF - Pale Yellow |
GripBrushStyle | Grip Brush style | bsSolid |
GripSize | Radius of the grip in pixels | 5 |
ExtendedGrips | If true, side grips are drawn for rectangular selections (instead of just corner grips) and corner grips are drawn for elliptical and polygonal selections (instead of just side grips) | true |
Shape | Shape of grip | iegsCircle |
Use
SetSelectionGripStyle to set current values.
See Also
◼SelColor1◼SelColor2