Visual
Visual()
VisualBitmapEffect
VisualBitmapEffectInput
VisualBitmapScalingMode
VisualChildrenCount
VisualClip
VisualEdgeMode
VisualEffect
VisualOffset
VisualOpacity
VisualOpacityMask
VisualParent
VisualTransform
VisualXSnappingGuidelines
VisualYSnappingGuidelines
AddVisualChild(Visual)
FindCommonVisualAncestor(DependencyObject)
GetVisualChild(Int32)
HitTestCore(GeometryHitTestParameters)
HitTestCore(PointHitTestParameters)
IsAncestorOf(DependencyObject)
IsDescendantOf(DependencyObject)
OnVisualChildrenChanged(DependencyObject, DependencyObject)
OnVisualParentChanged(DependencyObject)
PointFromScreen(Point)
PointToScreen(Point)
RemoveVisualChild(Visual)
TransformToAncestor(Visual)
TransformToAncestor(Visual3D)
TransformToDescendant(Visual)
TransformToVisual(Visual)
net35
namespace System.Windows.Media
{
public abstract class Visual : DependencyObject
{
[Obsolete("Avoid using BitmapEffects as they have very poor performance characteristics. They will be deprecated in a future version. Consider using the UIElement.Effect property and ShaderEffects where appropriate instead.")]
protected internal BitmapEffect VisualBitmapEffect { get; set; }
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 3.03.1 |
.NET Framework | 3.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net35 | |
Assembly | PresentationCore , Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs to set |
Obsolete | Avoid using BitmapEffects as they have very poor performance characteristics. They will be deprecated in a future version. Consider using the UIElement.Effect property and ShaderEffects where appropriate instead. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API