|
DXImageIsUsingWritableBitmap Property |
Gets a boolean that specifies if a WritableBitmap is used to show the content of this control.
In this case the rendered DirectX 11 image is copied into main CPU memory and converted into a WritableBitmap.
When IsUsingWritableBitmap is false, a D3DImage is used to show the image that is already stored in the GPU memory.
Namespace: Ab3d.DirectX.ControlsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public bool IsUsingWritableBitmap { get; }
Property Value
BooleanSee Also