Gets or sets the dimensions of the neighborhood used for filtering (Dimension x Dimension), in pixels.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MaximumRequest
Dim value As Integer
instance.Dimension = value
value = instance.Dimension
|
Return Value
Dimensions of the neighborhood used for filtering (Dimension x Dimension), in pixels. This property only accepts positive values.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also