Method procedure LPGDIPlusProperties.TLPGPPoints.Add(Single;Single)

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TLPGPPoints

Contents

Syntax

Delphi:

procedure Add( X : Single, Y : Single );

C++ Builder:

void __fastcall Add( float X, float Y );

Visual C++ (MFC):

void Add( float X, float Y );

Summary

Adds a point to the list.

Description

Call this method to add a point to the list.

Parameters

Parameter Description
X X coordinate of the point.
Y Y coordinate of the point.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox