ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearMosaicCellParams Class / Width Field




In This Topic
    Width Field (ImGearMosaicCellParams)
    In This Topic
    Width of the cell.
    Syntax
    'Declaration
     
    Public Width As Integer
    'Usage
     
    Dim instance As ImGearMosaicCellParams
    Dim value As Integer
     
    value = instance.Width
     
    instance.Width = value
    public int Width
    public: int Width
    public:
    int Width

    Field Value

    Any integer value.
    Remarks
    This option lets you specify the width of the cell in pixels.
    See Also