CalendarView for WinForms
SetBackgroundMode メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : SetBackgroundMode メソッド
Sets the background mode of the device context.
シンタックス
'宣言
 
Public Function SetBackgroundMode( _
   ByVal backgroundMode As BackgroundMode _
) As BackgroundMode
public BackgroundMode SetBackgroundMode( 
   BackgroundMode backgroundMode
)

パラメータ

backgroundMode
解説

The BackgroundMode affects the line styles for lines drawn using a pen created by the CreatePen GDI API function. The BackgroundMode does not affect lines drawn using a pen created by the ExtCreatePen GDI API function.

backgroundMode parameter can also be set to driver-specific values. GDI passes such values to the device driver and otherwise ignores them.

参照

DeviceContext クラス
DeviceContext メンバ