[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

TvVectorialPage.AddText

Adds a new text element

Declaration

Source position: line 0

public procedure TvVectorialPage.AddText(

  AX: Double;

  AY: Double;

  AZ: Double;

  FontName: String;

  FontSize: Integer;

  AText: utf8string

); overload;

procedure TvVectorialPage.AddText(

  AX: Double;

  AY: Double;

  AStr: utf8string

); overload;

procedure TvVectorialPage.AddText(

  AX: Double;

  AY: Double;

  AZ: Double;

  AStr: utf8string

); overload;

Arguments

AX

  

The X coordinate of the bottom-left corner of the text

AY

  

The Y coordinate of the bottom-left corner of the text

AZ

  

The Z coordinate of the bottom-left corner of the text

FontName

  

The font name to be used in the text

FontSize

  

The font size for the text

AText

  

The text to be added

Arguments

AX

  

The X coordinate of the bottom-left corner of the text

AY

  

The Y coordinate of the bottom-left corner of the text

AStr

  

The text to be added

Arguments

AX

  

The X coordinate of the bottom-left corner of the text

AY

  

The Y coordinate of the bottom-left corner of the text

AZ

  

The Z coordinate of the bottom-left corner of the text

AStr

  

The text to be added

Description

Adds a new text element


Documentation generated on: Oct 09 2011