Navigation: Code Documentation > RSVML > RSGdiPlusGraphics > Classes > TRSGPImageAttributes
TRSGPImageAttributes Methods
Name
Description
GetHandle
Call this method to acquire a handle from the GDI+ flat API library (Overrides RSGdiPlusGraphics.TRSGPGraphicsObject.GetHandle.)
ReleaseHandle
Releases the underlying GDI+ object back to the GDI+ library. (Overrides RSGdiPlusGraphics.TRSGPGraphicsObject.ReleaseHandle.)
Reset
Overloaded. Clears all color- and grayscale-adjustment settings for all categories. Use the overload Reset method to clear settings for one category.
Reset(TRSGPColorAdjustType)
Overloaded. Clears all color- and grayscale-adjustment settings for a specified category. Use the overloaded Reset method to clear all categories.
Top