MarchingSquares(Bitmap, Int32, Int32, Boolean) Constructor

Centered in world origin constructor.
Public Sub New( _ 
ByVal original As Bitmap, _ 
Optional ByVal cellSizeInX As Integer = 1, _ 
Optional ByVal cellSizeInY As Integer = 1, _ 
Optional ByVal makeGrayscale As Boolean = false _ 
)
This language is not supported or no code example is available.
public MarchingSquares( 
Bitmap original
int cellSizeInX = 1, 
int cellSizeInY = 1, 
bool makeGrayscale = false 
)
This language is not supported or no code example is available.

Parameters

original
Bitmap

The bitmap image

cellSizeInX
int

Cell size in X in pixels

cellSizeInY
int

Cell size in Y in pixels

makeGrayscale
bool

When true the image is converted to grayscale.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition