VisualHost MembersElecNetKit Documentation

The VisualHost type exposes the following members.
Constructors

  NameDescription
Public methodVisualHost
Instantiates a new VisualHost control.
Back to Top
Methods

  NameDescription
Public methodExportPNG
Export the currently displayed content to a PNG file.
Public methodExportXPS
Export the currently displayed content to an xps (vector format) file.
Protected methodGetVisualChild
Provide a required override for the GetVisualChild(Int32) method.
(Overrides OnlineFrameworkElement GetVisualChild(Int32).)
Protected methodOnPropertyChanged
Triggers the PropertyChanged event for the specified property name.
Back to Top
Extension Methods

  NameDescription
Public Extension MethodSaveVisualToByteArray
Store a visual in an array of bytes.
(Defined by DrawingVisualSerialisers.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberDrawingProperty
DependencyProperty backing the only child Drawing of the VisualHost.
Back to Top
Properties

  NameDescription
Public propertyDrawing
The Drawing that the VisualHost should render.
Protected propertyVisualChildrenCount
Counts the number of children owned by the host.
(Overrides OnlineFrameworkElement VisualChildrenCount.)
Back to Top
Events

  NameDescription
Public eventPropertyChanged
Notifies when a property changes.
Back to Top
See Also