Classes | |
class | AdjustableArrowCap |
Represents an adjustable arrow-shaped line cap. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | Blend |
Represents a blend pattern for a LinearGradientBrush object. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | ColorBlend |
Contains arrays of colors and positions used for interpolating color blending in a multicolor gradient. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | CustomLineCap |
Represents a user-defined line cap. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | GraphicsContainer |
Contains the internal data of a graphics container. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | GraphicsPath |
Represents a set of connected lines and curves. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | GraphicsState |
Represents a Graphics object's state. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | HatchBrush |
Represents a rectangular brush with a hatch style, a foreground color, and a background color. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | LinearGradientBrush |
Represents a linear gradient brush. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | Matrix |
Represents a 3x3 matrix that defines transform operations. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | PathData |
Contains the graphical data that represents a path. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | PathGradientBrush |
Represents a brush that fills the interior of a GraphicsPath object with a gradient. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | RegionData |
Contains data that defines a region. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
Typedefs | |
typedef SharedPtr< Matrix > | MatrixPtr |
An alias for a shared pointer to an instance of Matrix class. | |
Enumerations | |
enum class | CombineMode |
Specifies how clipping regions are combined. More... | |
enum class | CompositingMode |
Specifies how source colors and background colors are combined. More... | |
enum class | CompositingQuality |
Specifies the quality level to be used during compositing. More... | |
enum class | CoordinateSpace |
Specifies how to evaluate coordinates. More... | |
enum class | DashCap |
Specifies the type of a cap used at the both ends of a dash in a dashed line. More... | |
enum class | DashStyle |
Specifies the style of a dashed line. More... | |
enum class | FillMode |
Specifies how to fill the interior of a closed path. More... | |
enum class | FlushIntention |
Specifies if commands in the graphics stack are terminated immediately or executed as soon as possible. More... | |
enum class | HatchStyle |
Specifies patterns of HatchBrush brush. More... | |
enum class | InterpolationMode |
Specifies an algorithm to use when images are rotated or scaled. More... | |
enum class | LineCap |
Indicates the available cap styles with which a Pen object can end a line. More... | |
enum class | LineJoin |
Specifies how consequent lines or curves are joined. More... | |
enum class | LinearGradientMode |
Represents a linear gradient direction. More... | |
enum class | MatrixOrder |
Specifies the order of matrix transform operations. More... | |
enum class | PathPointType |
Specifies the type of a path point. More... | |
enum class | PenAlignment |
Specifies the alignment of a Pen object relative to an abstract reference 0-width line. More... | |
enum class | PenType |
Specifies a type of a fill Pen object uses. More... | |
enum class | PixelFormat |
Specifies the color data format of a pixel. More... | |
enum class | PixelOffsetMode |
Specifies how pixels are offset when being rendered. More... | |
enum class | QualityMode |
Specifies an overall rendering quality. More... | |
enum class | SmoothingMode |
Specifies what type of soothing (antialiasing) is applied to lines, curves and edges of filled areas. More... | |
enum class | WrapMode |
Specifies how a texture or a gradient is tiled when it is smaller than the area being filled. More... | |
An alias for a shared pointer to an instance of Matrix class.
|
strong |
Specifies how clipping regions are combined.
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
Specifies patterns of HatchBrush brush.
|
strong |
Specifies an algorithm to use when images are rotated or scaled.
Enumerator | |
---|---|
Invalid | Equivalent to QualityMode::Invalid. |
Default | Default mode. |
Low | Low quality. |
High | High quality. |
Bilinear | Bilinear interpolation. |
Bicubic | Bicubic interpolation. |
NearestNeighbor | Nearest neighbor interpolation. |
HighQualityBilinear | High qulaity bilenear interpolation. |
HighQualityBicubic | High quality bicubic interpolation. |
|
strong |
|
strong |
Indicates the available cap styles with which a Pen object can end a line.
|
strong |
Specifies how consequent lines or curves are joined.
|
strong |
|
strong |
|
strong |
Specifies the alignment of a Pen object relative to an abstract reference 0-width line.
Enumerator | |
---|---|
Center | The Pen is positioned at the center of the reference line. |
Inset | The Pen is positioned on the inside of the reference line. |
Outset | The Pen is positioned on the outside of the reference line. |
Left | The Pen is positioned to the left of the reference line. |
Right | The Pen is positioned to the right of the reference line. |
|
strong |
Specifies a type of a fill Pen object uses.
Enumerator | |
---|---|
SolidColor | A solid fill. |
HatchFill | A hatch fill. |
TextureFill | A bitmap texture fill. |
PathGradient | A path gradient fill. |
LinearGradient | A linear gradient fill. |
|
strong |
|
strong |
Specifies how pixels are offset when being rendered.
|
strong |
|
strong |
Specifies what type of soothing (antialiasing) is applied to lines, curves and edges of filled areas.
|
strong |
Specifies how a texture or a gradient is tiled when it is smaller than the area being filled.