Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image Namespace / DataBlkFloat Class / DataBlkFloat Constructor / DataBlkFloat Constructor(Int32,Int32,Int32,Int32)
The horizontal coordinate of the upper-left corner of the block
The vertical coordinate of the upper-left corner of the block
The width of the block (in pixels)
The height of the block (in pixels)

In This Topic
    DataBlkFloat Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Creates a DataBlkFloat with the specified dimensions and position. The data array is initialized to an array of size w*h.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ulx As System.Integer, _
       ByVal uly As System.Integer, _
       ByVal w As System.Integer, _
       ByVal h As System.Integer _
    )
    public DataBlkFloat( 
       System.int ulx,
       System.int uly,
       System.int w,
       System.int h
    )

    Parameters

    ulx
    The horizontal coordinate of the upper-left corner of the block
    uly
    The vertical coordinate of the upper-left corner of the block
    w
    The width of the block (in pixels)
    h
    The height of the block (in pixels)
    See Also