Gets or sets the dimensions of the neighborhood used when evaluating each pixel
(Dimension x Dimension), in pixels.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DynamicBinaryRequest
Dim value As Integer
instance.Dimension = value
value = instance.Dimension
|
Return Value
Dimensions of the neighborhood used when evaluating each pixel
(Dimension x Dimension), in pixels. This should be at
least 1.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also