
|
Changed
|
Call this method when the graphics object changes. It triggers an OnChange event.
|

|
Clone
|
Creates a copy of the graphics object
|

|
GetHandle
|
Call this method to acquire a handle from the GDI+ flat API library
|

|
Notification(TRSGPCanvas)
|
Called when the Canvas is releasing control of the graphics object. The canvas will no longer be responsible for freeing the graphics object.
|

|
Prepare(TRectF,Single)
|
Prepare the graphics object for drawing. Graphics objects respond in this method to upcoming calls. For example, gradient brushes can make sure the gradient will cover the entire rectangle.
|

|
QueryInterface(TGUID,Void)
|
Represents method QueryInterface(TGUID,Void).
|

|
ReleaseHandle
|
Releases the underlying GDI+ object back to the GDI+ library.
|

|
Update
|
Update native graphics object
|

|
_AddRef
|
Represents method _AddRef.
|

|
_Release
|
Represents method _Release.
|