IcxNavigatorOwner.GetNavigatorCanvas Method
Gets the navigator’s underlying canvas.
Declaration
function GetNavigatorCanvas: TCanvas;
Returns
Type |
---|
TCanvas |
Remarks
Navigator controls implement the GetNavigatorCanvas function to return the canvas which is used for painting them. This function is used internally for navigator painting. You will probably have no need to use it in most applications.
See Also