[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DataRectangle

Struct DataRectangle

Namespace
GrapeCity.Documents.DX
Assembly
GcDocs.DX.Windows.dll

Provides access to data organized in 2D.

public struct DataRectangle
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Constructors

DataRectangle(IntPtr, int)

Initializes a new instance of the DataRectangle class.

public DataRectangle(IntPtr dataPointer, int pitch)

Parameters

dataPointer System.IntPtr

The data pointer.

pitch int

The pitch.

Fields

DataPointer

Pointer to the data.

public IntPtr DataPointer

Field Value

System.IntPtr

Pitch

Gets the number of bytes per row.

public int Pitch

Field Value

int