GdiRenderingContext Constructor
|
Construct a GdiRenderingContext.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public GdiRenderingContext(
Graphics g
)
Public Sub New (
g As Graphics
)
new :
g : Graphics -> GdiRenderingContext
Parameters
- g
- Type: System.DrawingGraphics
See Also