'宣言 Public Function New( _ ByVal graphics As System.Drawing.Graphics, _ ByVal saveClipRegion As System.Boolean _ )
'使用法 Dim graphics As System.Drawing.Graphics Dim saveClipRegion As System.Boolean Dim instance As New GraphicsUtils.GdiDc(graphics, saveClipRegion)
public GraphicsUtils.GdiDc( System.Drawing.Graphics graphics, System.bool saveClipRegion )
パラメータ
- graphics
- The graphics to use.
- saveClipRegion
- Indicates whether to save clip region.