ReferenceGraphics Property (MetafileFilter)
In This Topic
Gets or sets the
System.Drawing.Graphics object using to obtain device context for created metafiles. Can be null, screen DC will be used in this case.
Syntax
'Declaration
Public Property ReferenceGraphics As Graphics
public Graphics ReferenceGraphics {get; set;}
See Also