Accusoft.PrintPro8.Net
Implicit Type Conversion(PrintingUnit,GraphicsUnit) Operator




A System.Drawing.GraphicsUnit value which represents the source to obtain a PrintingUnit from.
Implicit operator to obtain a PrintingUnit from a graphics unit.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal source As GraphicsUnit _
) As PrintingUnit
'Usage
 
public PrintingUnit operator implicit( 
   GraphicsUnit source
)
public: PrintingUnit op_Implicit( 
   GraphicsUnit source
)
public:
operator PrintingUnit ( 
   GraphicsUnit source
)

Parameters

source
A System.Drawing.GraphicsUnit value which represents the source to obtain a PrintingUnit from.

Return Value

A PrintingUnit equivalent value based on the given GraphicsUnit.
See Also

Reference

PrintingUnit Structure
PrintingUnit Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback