次の方法で共有


Icon クラス

Windows のアイコン (オブジェクトを表すために使用される小さなビットマップ イメージ) を表します。アイコンは透明なビットマップと考えることもできますが、そのサイズはシステムによって決定されます。

この型のすべてのメンバの一覧については、Icon メンバ を参照してください。

System.Object
   System.MarshalByRefObject
      System.Drawing.Icon

<Serializable>
<ComVisible(False)>
NotInheritable Public Class Icon   Inherits MarshalByRefObject   Implements ISerializable, ICloneable, IDisposable
[C#]
[Serializable]
[ComVisible(false)]
public sealed class Icon : MarshalByRefObject, ISerializable,   ICloneable, IDisposable
[C++]
[Serializable]
[ComVisible(false)]
public __gc __sealed class Icon : public MarshalByRefObject,   ISerializable, ICloneable, IDisposable
[JScript]
public
   Serializable
 ComVisible(false)
class Icon extends MarshalByRefObject implements   ISerializable, ICloneable, IDisposable

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

必要条件

名前空間: System.Drawing

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

アセンブリ: System.Drawing (System.Drawing.dll 内)

参照

Icon メンバ | System.Drawing 名前空間