Namespace X10D.Drawing
Classes
ColorExtensions
Drawing-related extensions for
PointExtensions
Drawing-related extension methods for
PointFExtensions
Drawing-related extension methods for
Polygon
Represents a 2D polygon composed of 32-bit signed integer vertices.
PolygonF
Represents a 2D polygon composed of single-precision floating-vertex vertices.
Polyhedron
Represents a 3D polyhedron composed of single-precision floating-point points.
RandomExtensions
Extension methods for
SizeExtensions
Drawing-related extension methods for
Structs
Circle
Represents a circle that is composed of a 32-bit signed integer center point and radius.
CircleF
Represents a circle that is composed of a single-precision floating-point center point and radius.
Cuboid
Represents a cuboid in 3D space, which uses single-precision floating-point numbers for its coordinates.
Ellipse
Represents an ellipse that is composed of a 32-bit signed integer center point and radius.
EllipseF
Represents an ellipse that is composed of a single-precision floating-point center point and radius.
Line
Represents a line in 2D space that is composed of 32-bit signed integer X and Y coordinates.
Line3D
Represents a line in 3D space that is composed of single-precision floating-point X, Y and Z coordinates.
LineF
Represents a line in 2D space that is composed of single-precision floating-point X and Y coordinates.
Sphere
Represents a sphere in 3D space, which uses single-precision floating-point numbers for its coordinates.