VideoFormatDesc.CreatedVideoFormat Method
指定された特定のVideoFormatを作成します。
構文
[VB.NET]
Public Function CreateVideoFormat( sz As System.Drawing.Size ) As VideoFormat
Public Function CreateVideoFormat( width As Integer, height As Integer ) As VideoFormat
[C#]public VideoFormat CreateVideoFormat( System.Drawing.Size sz );
public VideoFormat CreateVideoFormat( int width, int height );
パラメータ | 説 明 |
---|---|
sz | 作成されるVideo Formatのサイズ |
width | 作成されるVideo Formatの画像の幅 |
height | 作成されるVideo Formatの画像の高さ |
戻り値
指定されたサイズのVideoFormatクラスライブラリリファレンス>クラス>VideoFormatインスタンスです。指定したサイズがVideoFormatDescに合わない場合は無効なVideoFormatが返されます。