Show: Delphi
C++
Display Preferences
TWICImage Inherited Members
From XE2 API Documentation
Contents |
Vcl.Graphics.TGraphic
| Changed | Called when graphic has changed. |
| Create | Create TGraphic object. |
| DefineProperties | Set virtual property for reading and writing graphic data stream. |
| Destroy | |
| Draw | Render graphic onto canvas at rectangle. |
| DrawTransparent | Render graphic onto canvas at rectangle, blending with canvas's background. |
| Empty | Indicates whether the graphics object contains a graphic. |
| Equals | Compare graphic to another TGraphic object and return true if objects contain same graphic. |
| GetEmpty | Indicates whether graphics object contains graphic. |
| GetHeight | Get vertical size of graphic in pixels. |
| GetPalette | Get color palette of graphical image. |
| GetSupportsPartialTransparency | Indicate whether graphic supports partial transparency. |
| GetTransparent | Specifies if graphic is drawn transparently. |
| GetWidth | Get horizontal size of graphic in pixels. |
| Height | Specifies the vertical size of the graphic in pixels. |
| LoadFromClipboardFormat | Introduces an abstract method that loads the image from a variable in Clipboard format. |
| LoadFromFile | Loads a graphic image stored in a file. |
| LoadFromStream | Introduces an abstract method that loads the image from a stream. |
| Modified | Indicates whether the graphics object has been changed or edited. |
| OnChange | Occurs whenever a graphical image changes. |
| OnProgress | Occurs when a graphical image is in the process of changing. |
| Palette | Indicates the color palette of the graphical image. |
| PaletteModified | Indicates whether the palette has changed. |
| Progress | Generate OnProgress event when graphic is changing. |
| ReadData | Read graphic data from TStream. |
| SaveToClipboardFormat | Introduces an abstract method that assigns the graphic to a variable in clipboard format. |
| SaveToFile | Saves a graphics image to a file. |
| SaveToStream | Introduces an abstract method that saves the graphic image to a stream. |
| SetHeight | Set vertical size of graphic in pixels. |
| SetPalette | Set color palette of graphical image. |
| SetSize | Specifies the size of the graphic. |
| SetTransparent | Specify if graphic should be drawn transparently. |
| SetWidth | Set horizontal size of graphic in pixels. |
| SupportsPartialTransparency | Indicate whether graphic supports partial transparency or an alpha channel. |
| Transparent | Indicates whether the image covers its rectangular area. |
| Width | Determines the maximum width of the graphics object in pixels. |
| WriteData | Write graphic data to TStream. |
| operator () |
System.Classes.TInterfacedPersistent
| AfterConstruction | Obtains a reference to the Owner's interface. |
| Create | |
| Destroy | |
| QueryInterface | Returns a reference to a specified interface if the object supports that interface. |
| _AddRef | Increments the reference count for the interfaced object's interface. |
| _Release | Decrements the reference count for the interfaced object's interface. |
| operator () |
System.Classes.TPersistent
| Assign | Copies the contents of another similar object. |
| AssignTo | Copies the properties of an object to a destination object. |
| Create | |
| DefineProperties | Provides an interface for a method that reads and writes otherwise unpublished data. |
| Destroy | Destroys the TPersistent instance and frees its memory. |
| GetNamePath | Returns the name of the object as it appears in the Object Inspector. |
| GetOwner | Returns the owner of an object. |
System.TObject
| AfterConstruction | Responds after the last constructor has executed. |
| BeforeDestruction | Responds before the first destructor executes. |
| ClassInfo | Returns a pointer to the run-time type information (RTTI) table for the object type. |
| ClassName | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| ClassNameIs | Determines whether an object is of a specific type. |
| ClassParent | Returns the type of the immediate ancestor of a class. |
| ClassType | Returns the class reference for the object's class. |
| CleanupInstance | Performs finalization on long strings, variants, and interface variables within a class. |
| Create | Constructs an object and initializes its data before the object is first used. |
| DefaultHandler | Provides the interface for a method that processes message records. |
| Destroy | Disposes of an object instance. |
| Dispatch | Calls message-handling methods for the object, based on the contents of the Message parameter. |
| Equals | Checks whether the current instance and the parameter are equal. |
| FieldAddress | Returns the address of a published object field. |
| Free | Destroys an object and frees its associated memory, if necessary. |
| FreeInstance | Deallocates memory allocated by a previous call to the NewInstance method. |
| GetHashCode | Returns an integer containing the hash code. |
| GetInterface | Retrieves a specified interface. |
| GetInterfaceEntry | Returns the entry for a specific interface implemented in a class. |
| GetInterfaceTable | Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| InheritsFrom | Determines the relationship of two object types. |
| InitInstance | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| InstanceSize | Returns the size in bytes of each instance of the object type. |
| MethodAddress | Returns the address of a class method by name. |
| MethodName | Returns the name of a class method by address. |
| NewInstance | Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| QualifiedClassName | Returns the qualified name of the class. |
| SafeCallException | Handles exceptions in methods declared using the safecall calling convention. |
| ToString | Returns a string containing the class name. |
| UnitName | Returns the name of the unit where the class is defined. |
| UnitScope | Returns the class's unit scope. |