CoordParam Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Coordinate.
public class CoordParam : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.CoordParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.CoordParam>
type CoordParam = class
interface IJsonModel<CoordParam>
interface IPersistableModel<CoordParam>
Public Class CoordParam
Implements IJsonModel(Of CoordParam), IPersistableModel(Of CoordParam)
- Inheritance
-
CoordParam
- Implements
Constructors
| Name | Description |
|---|---|
| CoordParam(Int64, Int64) |
Initializes a new instance of CoordParam. |
Properties
| Name | Description |
|---|---|
| X |
The x-coordinate. |
| Y |
The y-coordinate. |