'宣言 Public Overloads Sub Load( _ ByVal stream As System.IO.Stream, _ Optional ByVal containerFormat As WicContainerFormat, _ Optional ByVal frameIndex As System.Integer _ )
public void Load( System.IO.Stream stream, WicContainerFormat containerFormat, System.int frameIndex )
パラメータ
- stream
- The input stream.
- containerFormat
- The image container format; use WicContainerFormat.Unknown to detect the format automatically.
- frameIndex
- Index of an image frame to read; pass 0 for image formats not supporting multiple frames.