public sealed class NormalizedCoordinate : IMessage<Overlay.Types.NormalizedCoordinate>, IEquatable<Overlay.Types.NormalizedCoordinate>, IDeepCloneable<Overlay.Types.NormalizedCoordinate>, IBufferMessage, IMessageReference documentation and code samples for the Transcoder v1 API class Overlay.Types.NormalizedCoordinate.
2D normalized coordinates. Default: {0.0, 0.0}
Implements
IMessage<Overlay.Types.NormalizedCoordinate>, IEquatable<Overlay.Types.NormalizedCoordinate>, IDeepCloneable<Overlay.Types.NormalizedCoordinate>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
NormalizedCoordinate()
public NormalizedCoordinate()NormalizedCoordinate(Overlay.Types.NormalizedCoordinate)
public NormalizedCoordinate(Overlay.Types.NormalizedCoordinate other)| Parameter | |
|---|---|
| Name | Description |
other |
Overlay.Types.NormalizedCoordinate |
Properties
X
public double X { get; set; }Normalized x coordinate.
| Property Value | |
|---|---|
| Type | Description |
Double |
|
Y
public double Y { get; set; }Normalized y coordinate.
| Property Value | |
|---|---|
| Type | Description |
Double |
|