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 |
Property 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also