Windows.UI.Xaml.Media Namespace |
Class | Description | |
---|---|---|
ArcSegment |
Represents an elliptical arc between two points.
| |
BezierSegment |
Represents a cubic Bezier curve drawn between two points.
| |
Brush |
Defines objects used to paint graphical objects. Classes that derive from
Brush describe how the area is painted.
| |
CompositeTransform |
Applies multiple transform operations to an object.
| |
DoubleCollection |
Represents an ordered collection of Double values.
| |
EllipseGeometry |
Represents the geometry of a circle or ellipse.
| |
FontFamily |
Represents a family of related fonts.
| |
GeneralTransform |
Provides generalized transformation support for objects, such as points and
rectangles.
| |
Geometry |
Provides a base class for objects that define geometric shapes. Geometry
objects can be used for clipping regions and as geometry definitions for
rendering two-dimensional graphical data as a Path.
| |
ImageSource |
Provides an object source type for Source and ImageSource.
| |
LineGeometry |
Represents the geometry of a line.
| |
LineSegment |
Represents a line drawn between two points, which can be part of a PathFigure
within Path data.
| |
PathFigure |
Represents a subsection of a geometry, a single connected series of two-dimensional
geometric segments.
| |
PathFigureCollection |
Represents a collection of PathFigure objects that collectively make up the
geometry of a PathGeometry.
| |
PathGeometry |
Represents a complex shape that may be composed of arcs, curves, ellipses,
lines, and rectangles.
| |
PathSegment |
Represents a segment of a PathFigure object.
| |
PathSegmentCollection |
Represents a collection of PathSegment objects that can be individually accessed
by index.
| |
PointCollection |
Represents a collection of Point values that can be individually accessed
by index.
| |
PolyBezierSegment |
Represents one or more cubic Bezier curves.
| |
PolyLineSegment |
Represents a set of line segments defined by a Point collection with each
Point specifying the end point of a line segment.
| |
PolyQuadraticBezierSegment | ||
QuadraticBezierSegment |
Creates a quadratic Bezier curve between two points in a PathFigure.
| |
RotateTransform |
Rotates an object clockwise about a specified point in a two-dimensional
x-y coordinate system.
| |
ScaleTransform |
Scales an object in the two-dimensional x-y coordinate system.
| |
SkewTransform |
Represents a two-dimensional skew.
| |
SolidColorBrush |
Paints an area with a solid color.
| |
Transform |
Defines functionality that enables transformations in a two-dimensional plane.
| |
TranslateTransform |
Translates (moves) an object in the two-dimensional x-y coordinate system.
| |
VisualTreeHelper |
Provides utility methods that can used to traverse object relationships (along
child object or parent object axes) in the visual tree.
|
Enumeration | Description | |
---|---|---|
FillRule |
Specifies how the intersecting areas of PathFigure objects contained in a
Geometry are combined to form the area of the Geometry.
| |
MediaCanPlayResponse |
Describes the likelihood that the media engine can play a media source based
on its file type and characteristics.
| |
PenLineCap |
Describes the shape at the end of a line or segment.
| |
PenLineJoin |
Describes the shape that joins two lines or segments.
| |
Stretch |
Describes how content is resized to fill its allocated space.
| |
SweepDirection |
Specifies the direction in which an elliptical arc is drawn.
|