Gets the reference 
System.Drawing.Graphics used to create the underlying metafile. This property is simply a shortcut to the 
C1PrintDocument.CreationGraphics property, and returns 
null if the current 
RenderGraphics object has not been added to a 
C1PrintDocument yet.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public ReadOnly Property ReferenceGraphics As System.Drawing.Graphics
             
        
            
            '使用法
 
Dim instance As RenderGraphics
Dim value As System.Drawing.Graphics
 
value = instance.ReferenceGraphics
             
        
            
            public System.Drawing.Graphics ReferenceGraphics {get;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照