VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / ArcAnnotationView Class / SweepAngle Property
Синтаксис Требования Смотрите также
В этом разделе
SweepAngle Свойство (ArcAnnotationView)
В этом разделе
Возвращает или задает угол между StartAngle и концом дуги, который измеряется в градусах по часовой стрелке от оси x.
Синтаксис
'Declaration

<DefaultValueAttribute(90)>
<DescriptionAttribute("The angle between the start and the end of the arc, which is measured in degrees clockwise from the x-axis.")>
Public Property SweepAngle As Single

[DefaultValue(90)]
[Description("The angle between the start and the end of the arc, which is measured in degrees clockwise from the x-axis.")]
public float SweepAngle { get; set; }

Property Value

Значение по умолчанию - 90.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также