Description | Hierarchy | Fields | Methods | Properties |
type TfrmPixelPoint = class(TfrmCustomGoPhast)
TfrmPixelPoint
is used to allow the user to specify the real world coordinates of a pixel location on a bitmap.
![]() |
btnCancel: TBitBtn; |
![]() |
btnHelp: TBitBtn; |
![]() |
btnOK: TBitBtn; |
![]() |
lblX: TLabel; |
![]() |
lblY: TLabel; |
![]() |
rdeX: TRbwDataEntry; |
![]() |
rdeY: TRbwDataEntry; |
![]() |
FPixelX: integer; |
![]() |
FPixelY: integer; |
![]() |
procedure btnOKClick(Sender: TObject); |
![]() |
procedure SetData; |
![]() |
procedure GetData(const AViewDirection: TViewDirection; const X, Y: integer); |
![]() |
btnCancel: TBitBtn; |
|
![]() |
btnHelp: TBitBtn; |
|
![]() |
btnOK: TBitBtn; |
|
![]() |
lblX: TLabel; |
|
![]() |
lblY: TLabel; |
|
![]() |
rdeX: TRbwDataEntry; |
|
![]() |
rdeY: TRbwDataEntry; |
|
![]() |
FPixelX: integer; |
|
![]() |
FPixelY: integer; |
|
![]() |
procedure btnOKClick(Sender: TObject); |
|
![]() |
procedure SetData; |
|
![]() |
procedure GetData(const AViewDirection: TViewDirection; const X, Y: integer); |
|