Class LPGDIPlusProperties.TLPGPColors
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 TLPGPColors = class( TLPPersistentNotify )
C++ Builder:
class TLPGPColors : public TLPPersistentNotify
Visual C++ (MFC):
class CTLPGPColors : public CTLPPersistentNotify
C# (.NET):
public ref class GPColors : Vcl.VclProperty
Summary
GDI+ list of colors class.
Description
Defines a GDI+ list of colors class.
Properties
Public
- Items - Allows access to individual color from the colors list.
- Count - Returns the count of colors.
Methods
Public
- procedure Clear() - Clears the list of colors.
- procedure Add(AColor : TGPColor) - Adds a color to the list of colors.
- procedure BeginUpdate()
- procedure EndUpdate()