ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DataPointer Structure
Fields Properties Methods


In This Topic
    DataPointer Structure Members
    In This Topic

    The following tables list the members exposed by DataPointer.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldPointer to the buffer.  
    Public FieldSize in bytes of the buffer.  
    Public Fieldstatic (Shared in Visual Basic)Gets an Empty Data Pointer.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is empty (zeroed).  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Writes the content of the specified buffer to the unmanaged memory location of this instance.  
    Public MethodReads the content of the unmanaged memory location of this instance to the specified buffer.  
    Public MethodOverloaded. Determines whether the specified DataPointer is equal to the current object.  
    Public MethodServes as the default hash function.  
    Public MethodOverloaded. Converts this instance to a read only byte buffer.  
    Public MethodConverts this DataPointer to a DataStream.  
    Top
    Public Operators
    Implements the ==.
    Implements the !=.
    Top
    See Also