Table of Contents

Struct Image

Namespace
Kook
Assembly
Kook.Net.Core.dll

表一个要上传到 KOOK 的图像。

public struct Image : IDisposable
Implements
Inherited Members

Constructors

Image(Stream)

使用指定的流初始化一个 Image 解构的新实例。

public Image(Stream stream)

Parameters

stream Stream

图像的流。

Image(string)

通过文件路径创建图像。

public Image(string path)

Parameters

path string

文件的路径。

Remarks

此构造函数会使用 GetExtension(string) 获取文件的扩展名,然后将其直接传递给 OpenRead(string) 方法。

See Also

Properties

Stream

获取此图像的流。

public readonly Stream Stream { get; }

Property Value

Stream

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()