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 MedianRequest
Dim value As Integer
instance.Dimension = value
value = instance.Dimension
|
Return Value
Dimensions of the neighborhood used for filtering (Dimension x
Dimension), in pixels. Only positive values are accepted.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also