[]
Represents the common base of the gid objects.
public abstract class GdiObject : MarshalByRefObject, IDisposable, ICloneable
Name | Description |
---|---|
GdiObject() | Initializes a new instance of the GdiObject class. |
Name | Description |
---|---|
Handle | Returns a handle to this GdiObject object. |
Name | Description |
---|---|
Clone() | Creates an exact copy if this GdiObject object. |
Dispose() | Releases all resources used by this GdiObject object. |
Dispose(bool) | Releases the unmanaged resources used by the GdiObject and optionally releases the managed resources. |
~GdiObject() | Deletes this GdiObject, and frees the memory allocated for it. |