Image.GetFrameCount(FrameDimension) 方法
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定维度的帧数。
public:
int GetFrameCount(System::Drawing::Imaging::FrameDimension ^ dimension);
public int GetFrameCount (System.Drawing.Imaging.FrameDimension dimension);
member this.GetFrameCount : System.Drawing.Imaging.FrameDimension -> int
Public Function GetFrameCount (dimension As FrameDimension) As Integer
- dimension
- FrameDimension
FrameDimension,它指定维度类型的标识。
指定维度中的帧数。
此方法返回有关多帧图像的信息,这些图像有两种样式:多页和多分辨率。
多页图像是包含多个图像的图像。 每个页面包含一个图像 (或框架) 。 这些页面 (、图像或帧) 通常连续显示,以生成动画序列,例如动画 .gif 文件。
多分辨率图像是包含不同分辨率图像的多个副本的图像。 这通常由 MIP 映射使用,其中显示的图像大小决定了用于绘制的图像的分辨率。 GDI+ 可以支持任意数量的页 (或图像、) 帧以及任意数量的分辨率。 定义的维度是 的属性 FrameDimension。
产品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |