| | Classe | Description |
|---|
.png) | AdornerHitTestResult | Represents data returned from calling the AdornerHitTest method. |
.png) | ArcSegment | Represents an elliptical arc between two points. |
.png) | BezierSegment | Represents a cubic Bezier curve drawn between two points. |
.png) | Brush | Defines objects used to paint graphical objects. Classes that derive from Brush describe how the area is painted. |
.png) | BrushConverter | Used to convert a Brush object to or from another object type. |
.png) | Brushes | Implements a set of predefined SolidColorBrush objects. |
.png) | CharacterMetrics | Represents the metrics used to lay out a character in a device font. |
.png) | CharacterMetricsDictionary | Represents a dictionary of CharacterMetrics objects for a device font that is indexed by Unicode scalar values. |
.png) | ColorContext | Represents the International Color Consortium (ICC) or Image Color Management (ICM) color profile that is associated with a bitmap image. |
.png) | ColorConverter | Converts instances of other types to and from an instance of Color. |
.png) | Colors | Implements a set of predefined colors. |
.png) | CombinedGeometry | Represents a 2-D geometric shape defined by the combination of two Geometry objects. |
.png) | CompositionTarget | Represents the display surface of your application. |
.png) | ContainerVisual | Manages a collection of Visual objects. |
.png) | DashStyle | Represents the sequence of dashes and gaps that will be applied by a Pen. |
.png) | DashStyles | Implements a set of predefined DashStyle objects. |
.png) | DisableDpiAwarenessAttribute | Allows WPF applications to disable dots per inch (dpi) awareness for all user interface elements. |
.png) | DoubleCollection | Represents an ordered collection of Double values. |
.png) | DoubleCollectionConverter | Converts instances of other types to and from a DoubleCollection. |
.png) | Drawing | Abstract class that describes a 2-D drawing. This class cannot be inherited by your code. |
.png) | DrawingBrush | Paints an area with a Drawing, which can include shapes, text, video, images, or other drawings. |
.png) | DrawingCollection | Represents an ordered collection of Drawing objects. |
.png) | DrawingContext | Describes visual content using draw, push, and pop commands. |
.png) | DrawingGroup | Represents a collection of drawings that can be operated upon as a single drawing. |
.png) | DrawingImage | An ImageSource that uses a Drawing for content. |
.png) | DrawingVisual | DrawingVisual is a visual object that can be used to render vector graphics on the screen. The content is persisted by the system. |
.png) | EllipseGeometry | Represents the geometry of a circle or ellipse. |
.png) | ExceptionEventArgs | Provides error exception data for media events. |
.png) | FamilyTypeface | Specifies the details of a single typeface supported by a FontFamily. |
.png) | FamilyTypefaceCollection | Represents a collection of FamilyTypeface instances. |
.png) | FontEmbeddingManager | Provides functionality for physical and composite font embedding. |
.png) | FontFamily | Represents a family of related fonts. |
.png) | FontFamilyConverter | Converts instances of the String type to and from FontFamily instances. |
.png) | FontFamilyMap | Defines which FontFamily to use for a specified set of Unicode code points and a culture-specific language. |
.png) | FontFamilyMapCollection | Represents an ordered collection of FontFamilyMap objects. |
.png) | FontFamilyValueSerializer | Converts instances of String to and from instances of FontFamily. |
.png) | Fonts | Provides enumeration support for FontFamily and TypeFace objects. |
.png) | FormattedText | The FormattedText object provides low-level control for drawing text in Windows Presentation Foundation (WPF) applications. |
.png) | GeneralTransform | Provides generalized transformation support for objects, such as points and rectangles. This is an abstract class. |
.png) | GeneralTransformCollection | Represents an ordered collection of GeneralTransform objects. |
.png) | GeneralTransformGroup | Represents a GeneralTransform that is a composite of the transforms in its GeneralTransformCollection. |
.png) | Geometry | Classes that derive from this abstract base class define geometric shapes. Geometry objects can be used for clipping, hit-testing, and rendering 2-D graphic data. |
.png) | GeometryCollection | Represents a collection of Geometry objects. This class cannot be inherited. |
.png) | GeometryConverter | Converts instances of other types to and from instances of Geometry. |
.png) | GeometryDrawing | Draws a Geometry using the specified Brush and Pen. |
.png) | GeometryGroup | Represents a composite geometry, composed of other Geometry objects. |
.png) | GeometryHitTestParameters | Specifies a Geometry as the parameter to be used for hit testing a visual tree. |
.png) | GeometryHitTestResult | Returns the results of a hit test that uses a Geometry as a hit test parameter. |
.png) | GlyphRun | Represents a sequence of glyphs from a single face of a single font at a single size, and with a single rendering style. |
.png) | GlyphRunDrawing | Represents a Drawing object that renders a GlyphRun. This class cannot be inherited. |
.png) | GlyphTypeface | Specifies a physical font face that corresponds to a font file on the disk. |
.png) | GradientBrush | An abstract class that describes a gradient, composed of gradient stops. Classes that inherit from GradientBrush describe different ways of interpreting gradient stops. |
.png) | GradientStop | Describes the location and color of a transition point in a gradient. |
.png) | GradientStopCollection | Represents a collection of GradientStop objects that can be individually accessed by index. |
.png) | GuidelineSet | Represents a collection of guide lines that can assist in adjusting rendered figures to a device pixel grid. |
.png) | HitTestParameters | An abstract class for defining parameters for a hit test. |
.png) | HitTestResult | A base class that represents the Visual that is returned from a hit test. |
.png) | HostVisual | Represents a Visual object that can be connected anywhere to a parent visual tree. |
.png) | ImageBrush | Paints an area with an image. |
.png) | ImageDrawing | Draws an image within a region defined by a Rect. |
.png) | ImageMetadata | Defines a base class for all metadata operations on imaging related APIs. This is an abstract class. |
.png) | ImageSource | Represents a object type that has a width, height, and ImageMetadata such as a BitmapSource and a DrawingImage. This is an abstract class. |
.png) | ImageSourceConverter | Converts a ImageSource to and from other data types. |
.png) | ImageSourceValueSerializer | Converts instances of String to and from instances of ImageSource. |
.png) | Int32Collection | Represents a collection of Int32 values. |
.png) | Int32CollectionConverter | Converts an Int32Collection to and from other data types. |
.png) | InvalidWmpVersionException | The exception that is thrown when the installed Microsoft Windows Media Player version is not supported. |
.png) | LanguageSpecificStringDictionary | Represents a dictionary of strings that are used to represent the name of an object in different languages. |
.png) | LinearGradientBrush | Paints an area with a linear gradient. This class cannot be inherited. |
.png) | LineGeometry | Represents the geometry of a line. This class cannot be inherited. |
.png) | LineSegment | Draws a line between two points in a PathFigure. |
.png) | MatrixConverter | Converts instances of other types to and from a Matrix. |
.png) | MatrixTransform | Creates an arbitrary affine matrix transformation that is used to manipulate objects or coordinate systems in a 2-D plane. |
.png) | MediaClock | Maintains the timing state for media through a MediaTimeline. |
.png) | MediaPlayer | Provides media playback for drawings. |
.png) | MediaScriptCommandEventArgs | Provides data for the ScriptCommand and ScriptCommand events. |
.png) | MediaTimeline | Provides a Timeline for media content. |
.png) | NumberSubstitution | Specifies how numbers in text are displayed in different cultures. |
.png) | PathFigure | Represents a subsection of a geometry, a single connected series of two-dimensional geometric segments. |
.png) | PathFigureCollection | Represents a collection of PathFigure objects that collectively make up the geometry of a PathGeometry. |
.png) | PathFigureCollectionConverter | Converts instances of other types to and from a PathFigureCollection. |
.png) | PathGeometry | Represents a complex shape that may be composed of arcs, curves, ellipses, lines, and rectangles. |
.png) | PathSegment | Represents a segment of a PathFigure object. |
.png) | PathSegmentCollection | Represents a collection of PathSegment objects that can be individually accessed by index. |
.png) | Pen | Describes how a shape is outlined. |
.png) | PixelFormatConverter | Converts a PixelFormat to and from other data types. |
.png) | PixelFormats | Represents the collection of supported pixel formats. |
.png) | PointCollection | Represents a collection of Point values that can be individually accessed by index. |
.png) | PointCollectionConverter | Converts instances of other types to and from a PointCollection. |
.png) | PointHitTestParameters | Specifies a Point as the parameter to be used for hit testing of a visual object. |
.png) | PointHitTestResult | Returns the results of a hit test that uses a Point as a hit test parameter. |
.png) | PolyBezierSegment | Represents one or more cubic Bezier curves. |
.png) | PolyLineSegment | Represents a set of line segments defined by a PointCollection with each Point specifying the end point of a line segment. |
.png) | PolyQuadraticBezierSegment | Represents a set of quadratic Bezier segments. |
.png) | QuadraticBezierSegment | Represents a quadratic Bezier curve drawn between two points. |
.png) | RadialGradientBrush | Paints an area with a radial gradient. A focal point defines the beginning of the gradient, and a circle defines the end point of the gradient. |
.png) | RectangleGeometry | Describes a two-dimensional rectangle. |
.png) | RenderCapability | Enables WPF applications to query for the current rendering tier for their associated Dispatcher object and to register for notification of changes. This is an abstract class. |
.png) | RenderingEventArgs | Required arguments for the Rendering event. |
.png) | RenderOptions | Provides options for controlling the rendering behavior of objects. This class cannot be inherited. |
.png) | RotateTransform | Rotates an object clockwise about a specified point in a 2-D x-y coordinate system. |
.png) | ScaleTransform | Scales an object in the 2-D x-y coordinate system. |
.png) | SkewTransform | Represents a 2-Dskew. |
.png) | SolidColorBrush | Paints an area with a solid color. |
.png) | StreamGeometry | Defines a geometric shape, described using a StreamGeometryContext. This geometry is light-weight alternative to PathGeometry: it does not support data binding, animation, or modification. |
.png) | StreamGeometryContext | Describes a geometry using drawing commands. This class is used with the StreamGeometry class to create a lightweight geometry that does not support data binding, animation, or modification. |
.png) | TextEffect | Represents a text effect that can be applied to text objects. |
.png) | TextEffectCollection | A collection of TextEffect objects. This class cannot be inherited. |
.png) | TileBrush | Describes a way to paint a region by using one or more tiles. |
.png) | Transform | Defines functionality that enables transformations in a 2-D plane. Transformations include rotation (RotateTransform), scale (ScaleTransform), skew (SkewTransform), and translation (TranslateTransform). This class hierarchy differs from the Matrix structure because it is a class and it supports animation and enumeration semantics. |
.png) | TransformCollection | Represents a collection of Transform objects that can be individually accessed by index. |
.png) | TransformConverter | Converts a Transform object to or from another object type. |
.png) | TransformGroup | Represents a composite Transform composed of other Transform objects. |
.png) | TranslateTransform | Translates (moves) an object in the 2-D x-y coordinate system. |
.png) | Typeface | Represents a combination of FontFamily, FontWeight, FontStyle, and FontStretch. |
.png) | VectorCollection | Represents an ordered collection of Vector values. |
.png) | VectorCollectionConverter | Converts instances of other types to and from a VectorCollection. |
.png) | VideoDrawing | Plays a media file. If the media is a video file, the VideoDrawing draws it to the specified rectangle. |
.png) | Visual | Provides rendering support in WPF, which includes hit testing, coordinate transformation, and bounding box calculations. |
.png) | VisualBrush | Paints an area with a Visual. |
.png) | VisualCollection | An ordered collection of Visual objects. This class cannot be inherited. |
.png) | VisualTarget | Provides functionality for connecting one visual tree to another visual tree across thread boundaries. |
.png) | VisualTreeHelper | Contains static methods that are useful for performing common tasks with nodes in a visual tree. This class cannot be inherited. |