TRSGPGradientPoints is a container for TRSGPGradientPoint objects.
TRSGPGradientPoints represents a collection of TRSGPGradientPoint objects. The items can be accessed through the Points property.
Namespace: RSGdiPlusGraphics
TOwnedCollection
RSGdiPlusGraphics.TRSGPGradientPoints
|
Delphi
|
type
TRSGPGradientPoints = class(TOwnedCollection)
end;
|
|
Name
|
Description
|
|
Points[Integer]
|
Lists the items in the gradient points collection.
The read-only Points property does a hard cast of the items to TGradientPoint.
Use Points to access individual items in the gradient points collection. The value of the Index parameter represents the position of the item in the collection.
|
Top
|