ImageEn, unit imageenview

TImageEnView.GetLayersGripStyle

TImageEnView.GetLayersGripStyle


Declaration

procedure GetLayersGripStyle(var BorderColor: TColor; var FillColor: TColor; var BrushStyle: TBrushStyle; var Size: integer; var ExtendedGrips: boolean; var Shape: TIEShape); overload;
function GetLayersGripStyle(): TIEGripStyle; overload;


Description

Returns properties for the appearance of layer grips.
Parameter Description
BorderColor Grip border color (Default: clBlack)
FillColor Grip brush color (Default: $9DF5FF - Pale Yellow)
BrushStyle Grip Brush style (Default: bsSolid)
Size Radius of the grip in pixels (Default: 5)
Shape Shape of sizing grips (Default: iesEllipse)
AlternateShape Shape of rotation grip optionally below and at the center of the layer (Default: iesEllipse)

Use SetLayersGripStyle to set current values.

The default styling for layer grips:



See Also

SelColor1
SelColor2


Compatibility Notes

From v14.0.0, grip shapes are of the type TIEShape, whereas previously they were a TIEGripShape. You should change iegsCircle to iesEllipse and iegsBox to iesRectangle.