The VisualHost type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| VisualHost |
Instantiates a new VisualHost control.
|
Methods
| Name | Description | |
|---|---|---|
| ExportPNG |
Export the currently displayed content to a PNG file.
| |
| ExportXPS |
Export the currently displayed content to an xps (vector format) file.
| |
| GetVisualChild |
Provide a required override for the GetVisualChild(Int32) method.
(Overrides | |
| OnPropertyChanged |
Triggers the PropertyChanged event for the specified property name.
|
Extension Methods
| Name | Description | |
|---|---|---|
| SaveVisualToByteArray |
Store a visual in an array of bytes.
(Defined by DrawingVisualSerialisers.) |
Fields
| Name | Description | |
|---|---|---|
| DrawingProperty |
DependencyProperty backing the only child Drawing of the VisualHost.
|
Properties
| Name | Description | |
|---|---|---|
| Drawing |
The Drawing that the VisualHost should render.
| |
| VisualChildrenCount |
Counts the number of children owned by the host.
(Overrides |
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Notifies when a property changes.
|
See Also