Calendar for WinForms | ComponentOne
C1.Framework.Drawing.Gdi Namespace / Bitmap Class
Properties Methods


In This Topic
    Bitmap Class Members
    In This Topic

    The following tables list the members exposed by Bitmap.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the bits-per-pixel of the bitmap.  
    Public PropertyReturns a handle to this GdiObject object. (Inherited from C1.Framework.Drawing.Gdi.GdiObject)
    Public PropertyGets the height of this Bitmap object.  
    Public PropertyGets the planes of the Bitmap. The value is always 1.  
    Public PropertyGets the width and height of this Bitmap object.  
    Public PropertyGets the width of this Bitmap object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates an exact copy of this Bitmap object.  
    Public MethodOverloaded. Releases all resources used by this GdiObject object. (Inherited from C1.Framework.Drawing.Gdi.GdiObject)
    Public MethodGets the data of the bitmap.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Methodstatic (Shared in Visual Basic)Creates a GDI+ Bitmap from a handle to a GDI bitmap.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDeletes this GdiObject, and frees the memory allocated for it. (Inherited from C1.Framework.Drawing.Gdi.GdiObject)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Top
    See Also