バージョン

ImageGlyphInfo コンストラクタ(GlyphType,Size,Bitmap)

指定した組み合わせ画像を使用して GlyphInfoBase を作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal glyphType As GlyphType, _
   ByVal glyphSize As Size, _
   ByVal combinedGlyphImage As Bitmap _
)
public ImageGlyphInfo( 
   GlyphType glyphType,
   Size glyphSize,
   Bitmap combinedGlyphImage
)

パラメータ

glyphType
グリフのタイプを示します(CheckBox または RadioButton)。
glyphSize
グリフのサイズ。
combinedGlyphImage
グラフのすべての可能な状態を含むビットマップ。
参照