FromRU(Region,UnitTypeEnum,Single,Single) Method
In This Topic
Transforms (scales) a
System.Drawing.Region object expressed in the current document's
ResolvedUnit units so that it uses other
UnitTypeEnum units.
Syntax
Parameters
- region
- The System.Drawing.Region to scale.
- destType
- The destination units to use.
- destDpiX
- The horizontal destination resolution (DPI), required only if is UnitTypeEnum.Pixel.
- destDpiY
- The vertical destination resolution (DPI), required only if is UnitTypeEnum.Pixel.
See Also