FromRU(Region,UnitTypeEnum,Single,Single) Method
In This Topic
Transforms (scales) a
System.Drawing.Region object expressed in the current document's
C1.C1Preview.C1PrintDocument.ResolvedUnit units so that it uses other
C1.C1Preview.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 C1.C1Preview.UnitTypeEnum.Pixel.
- destDpiY
- The vertical destination resolution (DPI), required only if is C1.C1Preview.UnitTypeEnum.Pixel.
See Also