你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AIVisionFaceModelFactory.LandmarkCoordinate(Single, Single) Method

Definition

Initializes a new instance of LandmarkCoordinate.

public static Azure.AI.Vision.Face.LandmarkCoordinate LandmarkCoordinate(float x = 0, float y = 0);
static member LandmarkCoordinate : single * single -> Azure.AI.Vision.Face.LandmarkCoordinate
Public Shared Function LandmarkCoordinate (Optional x As Single = 0, Optional y As Single = 0) As LandmarkCoordinate

Parameters

x
Single

The horizontal component, in pixels.

y
Single

The vertical component, in pixels.

Returns

A new LandmarkCoordinate instance for mocking.

Applies to