FMX.Types3D.TContextHelper.DrawLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawLine(const StartPoint, EndPoint: TPoint3D; const Opacity: Single; const Color: TAlphaColor);

Properties

Type Visibility Source Unit Parent
procedure public FMX.Types3D.pas FMX.Types3D TContextHelper

Description

Draws a line defined by two points with a specified color on the current 3D context.

StartPoint specifies the first point that defines the line to be drawn.

EndPoint specifies the second point that defines the line to be drawn.

Opacity specifies the level of transparency of the line to be drawn.

Color specifies the color to draw the line.

See Also