Table of Contents

TTMSFNCGraphicsSVG.SetTextAngle Method

Applies a rotation angle for subsequent text drawing and returns the adjusted rectangle.

API unit family: TMSFNCGraphicsSVGEngine Declaring type: TTMSFNCGraphicsSVG Inherited from: TTMSFNCGraphicsSVGEngine

Syntax

function SetTextAngle(ARect: TRectF; AAngle: Single): TRectF; virtual;

Parameters

Name Description
ARect Text bounding rectangle to adjust.
AAngle Rotation angle in degrees.

Returns

Adjusted rectangle after applying the rotation.