CalendarView for WinForms
FromGdiplusGraphics(Graphics,Boolean) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス > FromGdiplusGraphics メソッド : FromGdiplusGraphics(Graphics,Boolean) メソッド
A System.Drawing.Graphics indicates the gdi+ graphics.
A bool indicate whether kept original clip region of gdip graphics
Creates a new gdi graphics from a gdi+ graphics. This method kept the clip region, but remains low performance, when keptClipRegion is set to true.
シンタックス
'宣言
 
Public Overloads Shared Function FromGdiplusGraphics( _
   ByVal gdiplusGraphics As System.Drawing.Graphics, _
   ByVal keptClipRegion As System.Boolean _
) As Graphics
public static Graphics FromGdiplusGraphics( 
   System.Drawing.Graphics gdiplusGraphics,
   System.bool keptClipRegion
)

パラメータ

gdiplusGraphics
A System.Drawing.Graphics indicates the gdi+ graphics.
keptClipRegion
A bool indicate whether kept original clip region of gdip graphics

戻り値の型

Returns a Graphics that indicates the gdi graphics.
参照

Graphics クラス
Graphics メンバ
オーバーロード一覧