Specifies the System.Drawing.Graphics object used by export. For example, that System.Drawing.Graphics can be used to convert System.Drawing.Imaging.EmfType.EmfPlusDual or System.Drawing.Imaging.EmfType.EmfPlusOnly metafiles to System.Drawing.Imaging.EmfType.EmfOnly. If this property is null, the screen device context is used.
シンタックス
'宣言
Public Property ReferenceGraphics As System.Drawing.Graphics
'使用法
Dim instance As Exporter
Dim value As System.Drawing.Graphics
instance.ReferenceGraphics = value
value = instance.ReferenceGraphics
public System.Drawing.Graphics ReferenceGraphics {get; set;}
参照