TTeeBlend.DoBlend

TTeeBlend.DoBlend
TTeeBlend

procedure DoBlend(Transparency: TTeeTransparency);

Unit
TeCanvas

Description
Used with Transparency property to set transparency percent of component.

See Transparency property.

Example: Chart1.Legend.Transparency:=50 ; //50% transparency

This method applies transparency to the area defined by the rectangle parameter used when creating the TeeBlend object.

See TeeBlend object Create constructor for an example.