ChartPrintDialogGetPrintVisual - метод |
The get print visual.
Пространство имён:
Tessa.UI.Views.Charting.Charts
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public virtual Rectangle GetPrintVisual(
[NotNullAttribute] FrameworkElement element
)
<NotNullAttribute>
Public Overridable Function GetPrintVisual (
<NotNullAttribute> element As FrameworkElement
) As Rectangle
public:
[NotNullAttribute]
virtual Rectangle^ GetPrintVisual(
[NotNullAttribute] FrameworkElement^ element
)
[<NotNullAttribute>]
abstract GetPrintVisual :
[<NotNullAttribute>] element : FrameworkElement -> Rectangle
[<NotNullAttribute>]
override GetPrintVisual :
[<NotNullAttribute>] element : FrameworkElement -> Rectangle
Параметры
- element
- Тип: System.WindowsFrameworkElement
The element.
Возвращаемое значение
Тип:
Rectangle
The
Rectangle.
См. также