Class LPGDIPlusProperties.TLPGPPoints
From Mitov Wiki Doc
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.
Package: Mitov.BasicLab
Unit: LPGDIPlusProperties
Inherits: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TLPGPPoints = class( TLPPersistentNotify )
C++ Builder:
class TLPGPPoints : public TLPPersistentNotify
Visual C++ (MFC):
class CTLPGPPoints : public CTLPPersistentNotify
C# (.NET):
public ref class GPPoints : Vcl.VclProperty
Summary
GDI+ list of point coordinates class.
Description
Defines a GDI+ list of point coordinates class.
Properties
Public
Methods
Public
- procedure Clear() - Clears the list of pints.
- procedure Add(X : Single; Y : Single) - Adds a point to the list.
- procedure BeginUpdate()
- procedure EndUpdate()