Namespace: ImageSense.Filters
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public abstract IResizeToMaxDimensionsFilter ResizeToMaxDimensions( int maxWidth, int maxHeight ) |
| Visual Basic |
|---|
Public MustOverride Function ResizeToMaxDimensions ( _ maxWidth As Integer, _ maxHeight As Integer _ ) As IResizeToMaxDimensionsFilter |
| Visual C++ |
|---|
public: virtual IResizeToMaxDimensionsFilter^ ResizeToMaxDimensions( int maxWidth, int maxHeight ) abstract |
Parameters
- maxWidth
- Type: System..::..Int32
[Missing <param name="maxWidth"/> documentation for "M:ImageSense.Filters.ImageFilterProvider.ResizeToMaxDimensions(System.Int32,System.Int32)"]
- maxHeight
- Type: System..::..Int32
[Missing <param name="maxHeight"/> documentation for "M:ImageSense.Filters.ImageFilterProvider.ResizeToMaxDimensions(System.Int32,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:ImageSense.Filters.ImageFilterProvider.ResizeToMaxDimensions(System.Int32,System.Int32)"]