Converts a 
C1.C1Preview.Unit value to XPS pixels using the page resolution (
XpsC1Doc.XpsDpi).
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function UnitToXpsPixel( _
   ByVal  As Unit _
) As System.Double
             
        
            
            '使用法
 
Dim instance As XpsC1Doc
Dim unit As Unit
Dim value As System.Double
 
value = instance.UnitToXpsPixel(unit)
             
        
            
            public System.double UnitToXpsPixel( 
   Unit 
)
             
        
             
        
            パラメータ
- unit
 
- The unit value to convert
 
            
            戻り値の型
The converted value.
 
            
            
            
            
            
            
            
            
            
            
            
            参照