'Declaration Public Function New( _ ByVal dc As IntPtr, _ ByVal saveClipRegion As Boolean _ )
public GraphicsUtils.GdiDc( IntPtr dc, bool saveClipRegion )
Parameters
- dc
- The GDI DC to use.
- saveClipRegion
- Indicates whether to save clip region.
'Declaration Public Function New( _ ByVal dc As IntPtr, _ ByVal saveClipRegion As Boolean _ )
public GraphicsUtils.GdiDc( IntPtr dc, bool saveClipRegion )