Ribbon for WinForms
C1BitmapIcon クラス
メンバ 

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : C1BitmapIcon クラス
Represents an icon created from an image.
オブジェクト モデル
C1BitmapIcon クラス
シンタックス
'宣言
 
Public Class C1BitmapIcon 
   Inherits C1Icon
public class C1BitmapIcon : C1Icon 
解説
The file that you use should be a solid image on a transparent background. The bitmap image is expected to be a true bitmap that has transparent pixels and non-transparent pixels. The recommended format is PNG. Other file-format image sources will load but result in a solid block of the foreground color. Caution: Resizing bitmaps at runtime might hurt application performance and result in blurry images. Consider using fixed-size images where possible.
継承階層

System.Object
   C1.Framework.C1Icon
      C1.Framework.C1BitmapIcon

参照

C1BitmapIcon メンバ
C1.Framework 名前空間