Ribbon for WinForms
LoadImage メソッド (Theme)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > Theme クラス : LoadImage メソッド
System.Xml.XmlNode that contains the image information.
Loads an image from the Xml stream.
シンタックス
'宣言
 
Protected Overridable Function LoadImage( _
   ByVal node As XmlNode _
) As Image
protected virtual Image LoadImage( 
   XmlNode node
)

パラメータ

node
System.Xml.XmlNode that contains the image information.

戻り値の型

解説

The first instance of each image is stored as node data (base 64-encoded). When this instance is loaded for the first time, the image is stored in an internal image list.

Subsequent instances of the same image are not stored in the node as binary data; an "index" attribute is used instead that specifies the index of the image in the internal image collection.

参照

Theme クラス
Theme メンバ