Hide Comments
Hide Comments

TRSChartShadow.ShadowRect(TCanvasRect,Boolean,TCanvas) Method

Comments (0)

Returns the rectangle of the shadow given the ARect parameter. The method uses the Size and Direction to calculate a shadow under the aRect. If the Constrained parameter is true, the shadow will be a subrectangle of the input rectangle.

The following graphic shows the interrelationships of the elements of the TRSChartShadow class: ShadowRectExample

Namespace: FMX.RS.ChartPanel

expandingSyntax

Delphi

public 
  function ShadowRect( const ARect: TCanvasRect; const Constrained: Boolean = True; 
  const Canvas: TCanvas = nil ): TCanvasRect; 
 

Parameters

ARect

Type: TCanvasRect

Constrained

Type: Boolean

Canvas

Type: TCanvas

Return Value

Type: TCanvasRect

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb