Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Triangulation Namespace / MarchingSquares Class / MarchingSquares Constructor / MarchingSquares Constructor(Bitmap,Int32,Int32,Boolean)
The bitmap image
Cell size in X in pixels
Cell size in Y in pixels
When true the image is converted to grayscale.

In This Topic
    MarchingSquares Constructor(Bitmap,Int32,Int32,Boolean)
    In This Topic
    Centered in world origin constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal original As Bitmap, _
       Optional ByVal cellSizeInX As Integer, _
       Optional ByVal cellSizeInY As Integer, _
       Optional ByVal makeGrayscale As Boolean _
    )
    public MarchingSquares( 
       Bitmap original,
       int cellSizeInX,
       int cellSizeInY,
       bool makeGrayscale
    )

    Parameters

    original
    The bitmap image
    cellSizeInX
    Cell size in X in pixels
    cellSizeInY
    Cell size in Y in pixels
    makeGrayscale
    When true the image is converted to grayscale.
    See Also