[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.GdiObject

GdiObject Class

Represents the common base of the gid objects.

Implements
Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
public abstract class GdiObject : MarshalByRefObject, IDisposable, ICloneable

Constructors

Name Description
GdiObject()

Initializes a new instance of the GdiObject class.

Properties

Name Description
Handle

Returns a handle to this GdiObject object.

Methods

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.