Init.
命名空间:
DSkin.Html.Adapters
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public GraphicsAdapter(
Graphics g,
bool useGdiPlusTextRendering,
bool releaseGraphics = false
)
参数
- g
- 类型:System.DrawingGraphics
the win forms graphics object to use - useGdiPlusTextRendering
- 类型:SystemBoolean
Use GDI+ text rendering to measure/draw text - releaseGraphics (Optional)
- 类型:SystemBoolean
optional: if to release the graphics object on dispose (default - false)
参见