Adds a pie to the 
C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub RenderDirectPie( _
   ByVal  As Unit, _
   ByVal  As Unit, _
   ByVal  As Unit, _
   ByVal  As Unit, _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As Style _
) 
             
        
            
            '使用法
 
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim width As Unit
Dim height As Unit
Dim startAngle As System.Single
Dim sweepAngle As System.Single
Dim style As Style
 
instance.RenderDirectPie(x, y, width, height, startAngle, sweepAngle, style)
             
        
            
            public void RenderDirectPie( 
   Unit ,
   Unit ,
   Unit ,
   Unit ,
   System.float ,
   System.float ,
   Style 
)
             
        
             
        
            パラメータ
- x
 
- The horizontal (X) coordinate at which to render the pie (cannot be auto).
 - y
 
- The vertical (Y) coordinate at which to render the pie (cannot be auto).
 - width
 
- The width of the pie.
 - height
 
- The height of the pie.
 - startAngle
 
- The pie's starting angle (in degrees, measured clockwise from the X axis).
 - sweepAngle
 
- The pie's sweep angle (in degrees, measured clockwise from ).
 - style
 
- The C1PrintDocument.Style to use.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照