NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrinterUnitConvert.Convert (Rectangle, PrinterUnit, PrinterUnit)

Converts the value, in fromUnit units, to toUnit units.

[Visual Basic]
Overloads Public Shared Function Convert( _
   ByVal value As Rectangle, _
   ByVal fromUnit As PrinterUnit, _
   ByVal toUnit As PrinterUnit _
) As Rectangle
[C#]
public static Rectangle Convert(
   Rectangle value,
   PrinterUnit fromUnit,
   PrinterUnit toUnit
);
[C++]
public: static Rectangle Convert(
   Rectangle value,
   PrinterUnit fromUnit,
   PrinterUnit toUnit
);
[JScript]
public static function Convert(
   value : Rectangle,
   fromUnit : PrinterUnit,
   toUnit : PrinterUnit
) : Rectangle;

Parameters

value
[To be supplied.]
fromUnit
[To be supplied.]
toUnit
[To be supplied.]

See Also

PrinterUnitConvert Class | PrinterUnitConvert Members | System.Drawing.Printing Namespace | PrinterUnitConvert.Convert Overload List