TCustomTeePanel.CanClip

TCustomTeePanel.CanClip
TCustomTeePanel

function CanClip: Boolean;

Unit
TeeProcs

Description

The CanClip method returns if the Chart Canvas has the capability of "clipping" lines and polygons.

"Clipping" means the feature that allows hiding drawing outside the rectangle or polygon specifed by the developer.

CanClip returns False when the Chart is displayed in OpenGL 3D, or when the Chart is printed and the TeeClipWhenPrinting constant is True, or when the Chart is converted to a metafile image and the TeeClipWhenMetafiling constant is True.

By default all display drivers and printers support clipping.

You can turn off the clipping constants in case the printer or display driver has a bug related to clipping.

See also:

ClipPoints property.
TeeClipWhenPrinting constant.
TeeClipWhenMetafiling constant.
ClipCanvas global procedure.
UnClipCanvas global procedure.
ClipRoundRectangle global procedure.
ClipPolygon global procedure.