8 references to ContourPoint
System.Speech (8)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (8)
930public partial struct ContourPoint : System.IEquatable<System.Speech.Synthesis.TtsEngine.ContourPoint> 939public bool Equals(System.Speech.Synthesis.TtsEngine.ContourPoint other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 941public static bool operator ==(System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 942public static bool operator !=(System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1016public System.Speech.Synthesis.TtsEngine.ContourPoint[] GetContourPoints() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1017public void SetContourPoints(System.Speech.Synthesis.TtsEngine.ContourPoint[] points) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }