OverlayBitmap.ReleaseGraphics Method

以前にOverlayBitmap.GetGraphicsクラスライブラリリファレンス>クラス>OverlayBitmap>OverlayBitmap.GetGraphics Methodによって取得された GDI+ Graphicsオブジェクトを開放します。

構文

[VB.NET]
Public Sub  ReleaseGraphics( gr As System.Drawing.Graphics
[C#]
public void  ReleaseGraphics( System.Drawing.Graphics gr );

制限

ランタイムオンリー。OverlayBitmap.GetGraphicsクラスライブラリリファレンス>クラス>OverlayBitmap>OverlayBitmap.GetGraphics Methodによって取得されたGraphicsオブジェクトは開放しなければなりません。

サンプル