'宣言 Public Overloads Sub Load( _ ByVal path As System.String, _ Optional ByVal containerFormat As WicContainerFormat, _ Optional ByVal frameIndex As System.Integer _ )
public void Load( System.string path, WicContainerFormat containerFormat, System.int frameIndex )
パラメータ
- path
- The file path to the image.
- 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.