public sealed class NormalizedVertex : IMessage<NormalizedVertex>, IEquatable<NormalizedVertex>, IDeepCloneable<NormalizedVertex>, IBufferMessage, IMessage
A vertex represents a 2D point in the image.
NOTE: the normalized vertex coordinates are relative to the original image
and range from 0 to 1.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `NormalizedVertex` class represents a 2D point within an image, with coordinates normalized to a 0 to 1 range."],["The latest version is 3.7.0, but the page content is specifically detailing version 2.5.0 of `NormalizedVertex`."],["`NormalizedVertex` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`NormalizedVertex` has two properties, `X` and `Y`, both of which are floating-point numbers that represent the 2D coordinates of the vertex."],["`NormalizedVertex` has two constructors: a parameterless constructor, and a constructor accepting a `NormalizedVertex` object as a parameter."]]],[]]