visualbrush
Get System.Drawing.Bitmap of a WPF Area using VisualBrush
The point is, that I need to convert to a System.Drawing.Bitmap (.Net Framework 2.0) to get a开发者_如何学C single frame of an WPF Grid with its content.[详细]
2023-03-20 09:48 分类:问答WPF - clone contents of container as geometry
Ok ive had a lot of bad luck using a visualbrush to try to print out pages from subsections of a large canvas. Works in general, but tends to rasterize some parts and creates bad output. (I\'ve asked[详细]
2023-03-14 10:46 分类:问答VisualBrush from Window retains image of previous VisualBrush
Using VisualBrush, I am taking snapshots of a Window that contains a TabControl. Snapshot #1: Switch to \"Dos\" (not Microsoft), snapshot #2:[详细]
2023-03-11 23:55 分类:问答WPF - Border with a OpacityMask/VisualBrush: Memory Leaks
A brief explanation about my app: the application in which I\'m working on is such a greeting cards designer. Imagine something in which there is a background image, and an indefinite number of \"lay[详细]
2023-03-11 20:36 分类:问答Rendering WPF Visual Object as Image Yields Solid Black Image
In a C#/WPF application, I have a DataChart object that I need to save to an image. Currently, the object is added to a Fixed Document and correctly displays on that Fixed Document by using the follow[详细]
2023-03-09 16:16 分类:问答Count the number of displayed VisualBrush visuals
I am working on a CAD program in WPF and I\'m looking for a way to count the number of controls displayed when a particular brush is rendered.[详细]
2023-02-27 10:31 分类:问答Using VisualBrush as OpacityMask
I want to set OpacityMask to a control, but I need to build that mask dynamically. Here is how it should look:[详细]
2023-02-10 08:03 分类:问答Rotated Element creates issues with adorner
I have a problem with my ado开发者_如何学运维rner which is supposed to preview the destination of my drag & drop operation,[详细]
2023-02-08 19:15 分类:问答Can controls rendered within a wpf Viewport3D using a VisualBrush fire their specific events?
I\'m trying to render a Button on a GeometryModel3D by using a VisualBrush. Is there a way I can handle the button\'s click event directly? (or is it that the VisualBrush only renders the image of a b[详细]
2023-01-10 02:06 分类:问答-
MVVM- Is there any way I can bind the visual of a visual brush to another window?
I have a settings window and am trying to set it up so that there is a live preview what the main window will look like with the c开发者_Go百科urrent settings.[详细]
2022-12-28 14:58 分类:问答