TTeeShadow.DrawEllipse
TTeeShadow
procedure DrawEllipse(Const ACanvas: TCanvas3D; Const Rect: TRect; DonutPercent: Integer; Const StartAngle, EndAngle: Double); virtual;
Unit
TeCanvas
Description
Draws an elliptical shadow around the Rect rectangle parameter, using the ACanvas canvas and at the Z depth 3D coordinates.
Uses the TTeeShadow.HorizSize, TTeeShadow.VertSize and TTeeShadow.Transparency properties to draw the shadow.
See also: TTeeShadow.SmoothBlur property.