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-03-21 UTC."],[[["The latest version of `NormalizedVertex` is 3.19.0, but the webpage contains information for versions ranging from 1.0.0 to 3.19.0."],["`NormalizedVertex` represents a 2D point within an image, with coordinates normalized to a 0-to-1 scale relative to the original image dimensions."],["`NormalizedVertex` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and one that takes another `NormalizedVertex` object, and it exposes `X` and `Y` properties for accessing the vertex's coordinates."],["It inherits from `Object` and as such also inherits `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` methods."]]],[]]