Description | Hierarchy | Fields | Methods | Properties |
type TCustomGridTool = class(TCustomInteractiveTool)
TCustomGridTool
is an abstract base class for TCustomInteractiveTools that interact with the grid.
![]() |
procedure DrawColumnRowOrLayer(const Direction: TViewDirection; const BitMap: TBitmap32); |
![]() |
function IsInsideSelectionWidth(RealPoint: TPoint2D; const X, Y: Integer): boolean; |
![]() |
function IsOnFrontColumn(const X, Y: integer): boolean; |
![]() |
function IsOnFrontLayer(const X, Y: integer): boolean; |
![]() |
function IsOnSideLayer(const X, Y: integer): boolean; |
![]() |
function IsOnSideRow(const X, Y: integer): boolean; |
![]() |
function IsOnTopColumn(const X, Y: integer): boolean; |
![]() |
function IsOnTopRow(const X, Y: integer): boolean; |
![]() |
procedure ShowNewColumnOrLayer(const BitMap: TBitmap32); |
![]() |
procedure ShowNewColumnOrRow(const BitMap: TBitmap32); |
![]() |
procedure ShowNewRowOrLayer(const BitMap: TBitmap32); |
![]() |
procedure DrawColumnRowOrLayer(const Direction: TViewDirection; const BitMap: TBitmap32); |
![]() |
function IsInsideSelectionWidth(RealPoint: TPoint2D; const X, Y: Integer): boolean; |
![]() |
function IsOnFrontColumn(const X, Y: integer): boolean; |
|
![]() |
function IsOnFrontLayer(const X, Y: integer): boolean; |
|
![]() |
function IsOnSideLayer(const X, Y: integer): boolean; |
|
![]() |
function IsOnSideRow(const X, Y: integer): boolean; |
|
![]() |
function IsOnTopColumn(const X, Y: integer): boolean; |
|
![]() |
function IsOnTopRow(const X, Y: integer): boolean; |
|