다음을 통해 공유


ImageVariableDescriptorPreview.Height 속성

정의

더 이상 사용되지 않습니다. 이미지 변수의 높이를 가져옵니다.

public:
 property unsigned int Height { unsigned int get(); };
uint32_t Height();
/// [get: Windows.Foundation.Metadata.Deprecated("Use IImageFeatureDescriptor instead of IImageVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
uint32_t Height();
public uint Height { get; }
public uint Height { [Windows.Foundation.Metadata.Deprecated("Use IImageFeatureDescriptor instead of IImageVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")] get; }
var uInt32 = imageVariableDescriptorPreview.height;
Public ReadOnly Property Height As UInteger

속성 값

UInt32

unsigned int

uint32_t

이미지 변수의 높이입니다.

특성

설명

경고

더 이상 사용되지 않는 API입니다. 대신 Windows.AI.MachineLearning 네임스페이스를 사용하세요.

적용 대상