共用方式為


ImageDataViewType 建構函式

定義

多載

ImageDataViewType()
ImageDataViewType(Int32, Int32)

ImageDataViewType()

public ImageDataViewType ();
Public Sub New ()

適用於

ImageDataViewType(Int32, Int32)

public ImageDataViewType (int height, int width);
new Microsoft.ML.Transforms.Image.ImageDataViewType : int * int -> Microsoft.ML.Transforms.Image.ImageDataViewType
Public Sub New (height As Integer, width As Integer)

參數

height
Int32
width
Int32

適用於