8 references to ContourPoint
System.Speech (8)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (8)
938
public partial struct ContourPoint : System.IEquatable<System.Speech.Synthesis.TtsEngine.
ContourPoint
>
947
public bool Equals(System.Speech.Synthesis.TtsEngine.
ContourPoint
other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
949
public static bool operator ==(System.Speech.Synthesis.TtsEngine.
ContourPoint
point1, System.Speech.Synthesis.TtsEngine.
ContourPoint
point2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
950
public static bool operator !=(System.Speech.Synthesis.TtsEngine.
ContourPoint
point1, System.Speech.Synthesis.TtsEngine.
ContourPoint
point2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
1024
public System.Speech.Synthesis.TtsEngine.
ContourPoint
[]? GetContourPoints() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
1025
public void SetContourPoints(System.Speech.Synthesis.TtsEngine.
ContourPoint
[] points) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }