Scale(Image,PointF,Single) Method
An Image extension method that scales.
Syntax
Parameters
- image
- The image to act on.
- offset
- The offset.
- scale
- The scale.
Return Value
An Image.
Exceptions
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when one or more required arguments are null. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also