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. More... | |
Enumerations | |
enum class | CombineMode { Replace = 0 , Intersect = 1 , Union = 2 , Xor = 3 , Exclude = 4 , Complement = 5 } |
Specifies how clipping regions are combined. More... | |
enum class | CompositingMode { SourceOver , SourceCopy } |
Specifies how source colors and background colors are combined. More... | |
enum class | CompositingQuality { Invalid = (int)QualityMode::Invalid , Default = (int)QualityMode::Default , HighSpeed = (int)QualityMode::Low , HighQuality = (int)QualityMode::High , GammaCorrected , AssumeLinear } |
Specifies the quality level to be used during compositing. More... | |
enum class | CoordinateSpace { World = 0 , Page = 1 , Device = 2 } |
Specifies how to evaluate coordinates. More... | |
enum class | DashCap { Flat = 0 , Round = 2 , Triangle = 3 } |
Specifies the type of a cap used at the both ends of a dash in a dashed line. More... | |
enum class | DashStyle { Solid = 0 , Dash = 1 , Dot = 2 , DashDot = 3 , DashDotDot = 4 , Custom = 5 } |
Specifies the style of a dashed line. More... | |
enum class | FillMode { Alternate , Winding } |
Specifies how to fill the interior of a closed path. More... | |
enum class | FlushIntention { Flush = 0 , Sync = 1 } |
Specifies if commands in the graphics stack are terminated immediately or executed as soon as possible. More... | |
enum class | HatchStyle { Horizontal = 0 , Vertical = 1 , ForwardDiagonal = 2 , BackwardDiagonal = 3 , Cross = 4 , DiagonalCross = 5 , Percent05 = 6 , Percent10 = 7 , Percent20 = 8 , Percent25 = 9 , Percent30 = 10 , Percent40 = 11 , Percent50 = 12 , Percent60 = 13 , Percent70 = 14 , Percent75 = 15 , Percent80 = 16 , Percent90 = 17 , LightDownwardDiagonal = 18 , LightUpwardDiagonal = 19 , DarkDownwardDiagonal = 20 , DarkUpwardDiagonal = 21 , WideDownwardDiagonal = 22 , WideUpwardDiagonal = 23 , LightVertical = 24 , LightHorizontal = 25 , NarrowVertical = 26 , NarrowHorizontal = 27 , DarkVertical = 28 , DarkHorizontal = 29 , DashedDownwardDiagonal = 30 , DashedUpwardDiagonal = 31 , DashedHorizontal = 32 , DashedVertical = 33 , SmallConfetti = 34 , LargeConfetti = 35 , ZigZag = 36 , Wave = 37 , DiagonalBrick = 38 , HorizontalBrick = 39 , Weave = 40 , Plaid = 41 , Divot = 42 , DottedGrid = 43 , DottedDiamond = 44 , Shingle = 45 , Trellis = 46 , Sphere = 47 , SmallGrid = 48 , SmallCheckerBoard = 49 , LargeCheckerBoard = 50 , OutlinedDiamond = 51 , SolidDiamond = 52 , LargeGrid = Cross , Min = Horizontal , Max = LargeGrid } |
Specifies patterns of HatchBrush brush. More... | |
enum class | InterpolationMode { Invalid = (int)QualityMode::Invalid , Default = (int)QualityMode::Default , Low = (int)QualityMode::Low , High = (int)QualityMode::High , Bilinear , Bicubic , NearestNeighbor , HighQualityBilinear , HighQualityBicubic } |
Specifies an algorithm to use when images are rotated or scaled. More... | |
enum class | LineCap { Flat = 0 , Square = 1 , Round = 2 , Triangle = 3 , NoAnchor = 0x10 , SquareAnchor = 0x11 , RoundAnchor = 0x12 , DiamondAnchor = 0x13 , ArrowAnchor = 0x14 , AnchorMask = 0xf0 , Custom = 0xff } |
Indicates the available cap styles with which a Pen object can end a line. More... | |
enum class | LineJoin { Miter = 0 , Bevel = 1 , Round = 2 , MiterClipped = 3 } |
Specifies how consequent lines or curves are joined. More... | |
enum class | LinearGradientMode { Horizontal = 0 , Vertical = 1 , ForwardDiagonal = 2 , BackwardDiagonal = 3 } |
Represents a linear gradient direction. More... | |
enum class | MatrixOrder { Prepend = 0 , Append = 1 } |
Specifies the order of matrix transform operations. More... | |
enum class | PathPointType { Start = 0 , Line = 1 , Bezier = 3 , PathTypeMask = 0x07 , DashMode = 0x10 , PathMarker = 0x20 , CloseSubpath = 0x80 , Bezier3 = 3 } |
Specifies the type of a path point. More... | |
enum class | PenAlignment { Center = 0 , Inset = 1 , Outset = 2 , Left = 3 , Right = 4 } |
Specifies the alignment of a Pen object relative to an abstract reference 0-width line. More... | |
enum class | PenType { SolidColor = 0 , HatchFill = 1 , TextureFill = 2 , PathGradient = 3 , LinearGradient = 4 } |
Specifies a type of a fill Pen object uses. More... | |
enum class | PixelFormat { Format32bppRgb = 2498570 } |
Specifies the color data format of a pixel. More... | |
enum class | PixelOffsetMode { Invalid = (int)QualityMode::Invalid , Default = (int)QualityMode::Default , HighSpeed = (int)QualityMode::Low , HighQuality = (int)QualityMode::High , None , Half } |
Specifies how pixels are offset when being rendered. More... | |
enum class | QualityMode { Invalid = -1 , Default = 0 , Low = 1 , High = 2 } |
Specifies an overall rendering quality. More... | |
enum class | SmoothingMode { Invalid = (int)QualityMode::Invalid , Default = (int)QualityMode::Default , HighSpeed = (int)QualityMode::Low , HighQuality = (int)QualityMode::High , None , AntiAlias } |
Specifies what type of soothing (antialiasing) is applied to lines, curves and edges of filled areas. More... | |
enum class | WrapMode { Tile = 0 , TileFlipX = 1 , TileFlipY = 2 , TileFlipXY = 3 , Clamp = 4 } |
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.