|
WpfMaterialRenderToBitmapOnEveryFrame Property |
Gets or sets a Boolean that can be specifies to true to render the material to bitmap on each rendered frame (used only in case of VisualBrush, GradientBrush or DrawingImage).
This can be used to render animating VisualBrush.
Use this property with caution because it can greatly decrease performance.
In this case it is recommended to lower the resolution of the rendered bitmap with setting the
RenderedBrushTextureWidth or
RenderedBrushTextureHeight
or using
CachedBitmapSize DXAttribute.
Namespace: Ab3d.DirectX.MaterialsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public bool RenderToBitmapOnEveryFrame { get; set; }
Property Value
BooleanSee Also