Image.RemovePropertyItem 方法

从该 Image 移除指定的属性项。

**命名空间:**System.Drawing
**程序集:**System.Drawing(在 system.drawing.dll 中)

语法

声明
Public Sub RemovePropertyItem ( _
    propid As Integer _
)
用法
Dim instance As Image
Dim propid As Integer

instance.RemovePropertyItem(propid)
public void RemovePropertyItem (
    int propid
)
public:
void RemovePropertyItem (
    int propid
)
public void RemovePropertyItem (
    int propid
)
public function RemovePropertyItem (
    propid : int
)

参数

  • propid
    要移除的属性项的 ID。

异常

异常类型 条件

ArgumentException

该图像不包含请求的属性项。

- 或 -

该图像的图像格式不支持属性项。

备注

因为 PropertyItem 类没有公共构造函数,所以很难设置属性项。一种可以摆脱此限制的方法是设法获得 PropertyItem,具体方法是通过检索 PropertyItems 属性值,或者通过调用一个已经具有属性项的 ImageGetPropertyItem 方法。然后就可以设置 PropertyItem 的字段,并将其传递给 SetPropertyItem

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

Image 类
Image 成员
System.Drawing 命名空间