public sealed class Overlay.Types.NormalizedCoordinate : IMessage<Overlay.Types.NormalizedCoordinate>, IEquatable<Overlay.Types.NormalizedCoordinate>, IDeepCloneable<Overlay.Types.NormalizedCoordinate>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class Overlay.Types.NormalizedCoordinate.
2D normalized coordinates. Default: {0.0, 0.0}
Implements
IMessageOverlayTypesNormalizedCoordinate, IEquatableOverlayTypesNormalizedCoordinate, IDeepCloneableOverlayTypesNormalizedCoordinate, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
NormalizedCoordinate()
public NormalizedCoordinate()
NormalizedCoordinate(NormalizedCoordinate)
public NormalizedCoordinate(Overlay.Types.NormalizedCoordinate other)
Parameter | |
---|---|
Name | Description |
other |
OverlayTypesNormalizedCoordinate |
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 |