VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomSimpleAnnotationViewBase Class / Location Property
Синтаксис Требования Смотрите также
В этом разделе
    Location Свойство (WpfDicomSimpleAnnotationViewBase)
    В этом разделе
    Возвращает или задает местоположение (в пикселях) аннотации в пространстве изображения.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The location, in pixels, of annotation in the image space.")>
    Public Shadows Property Location As System.Windows.Point
    
    
    [Description("The location, in pixels, of annotation in the image space.")]
    public new System.Windows.Point Location { get; set; }
    
    
    [Description("The location, in pixels, of annotation in the image space.")]
    public: __property new System.Windows.Point get_Location();
    public: __property new void set_Location(
    System.Windows.Point value
    );
    [Description("The location, in pixels, of annotation in the image space.")]
    public:
    new property System.Windows.Point Location { System.Windows.Point get(); void set(System.Windows.Point value); }
    Требования

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

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