Namespaces | |
namespace | Drawing2D |
namespace | Imaging |
namespace | Printing |
namespace | Text |
Classes | |
class | Bitmap |
Represents a GDI+ bitmap image. 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 | Brush |
A base class for classes that represent fillers used to fill the interiors of graphical shapes. 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 | Brushes |
Provides a set of precreated SolidBrush objects. This is a static type with no instance services. You should never create instances of it by any means. More... | |
class | CharacterRange |
Represents a range of character positions in a string. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | Color |
Represents a color. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | ColorTranslator |
Performs color translations. 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 | Font |
Represents a particular format for text, including font face, size, and style. 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 | FontConverter |
Converts Font objects from one data type to another. 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 | FontFamily |
Represents a group of type faces that share a similar basic design. 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 | Graphics |
Represents a drawing surface. 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 | Icon |
Represents a Windows icon. 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 | Image |
A base class for System::Drawing::Bitmap and System::Drawing::Metafile classes providing basic functionality. 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 | ImageConverter |
Converts Image objects from one data type to another. 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 | ImageFormatConverter |
Converts ImageFormat objects from one data type to another. 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 | Pen |
Represents properties such as color, width etc. of the lines and curves being drawn. 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 | Pens |
Provides a set of pre-created Pen objects. This is a static type with no instance services. You should never create instances of it by any means. More... | |
class | Point |
Represents a pair of integer X and Y coordinates of a point on a 2-dimensional plane. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | PointF |
Represents a pair of single-precision floating point X and Y coordinates of a point on a 2-dimensional plane. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | Rectangle |
Represents a rectangular area of an image defined as integer X and Y coordinates of its upper left corner and its width and height. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | RectangleF |
Represents a rectangular area of an image defined as single-precision floating point X and Y coordinates of its upper left corner and its width and height. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | Region |
Represents the interior of a graphic shape. 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 | Size |
Represents a pair of integer values that represent width and height of an image. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | SizeF |
Represents a pair of single-precision floating point values that represent width and height of an image. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More... | |
class | SolidBrush |
Represents single-color 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 | StringFormat |
Encapsulates text layout information, display manipulations and OpenType features. 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 | SystemColors |
Class that provide a set of precreated Color objects that represent colors of Windows display elements. This is a static type with no instance services. You should never create instances of it by any means. More... | |
class | SystemFonts |
Provides a set of pre-created Font objects that represent fonts used to display text in Windows display elements. This is a static type with no instance services. You should never create instances of it by any means. More... | |
class | TextureBrush |
Represents a brush that uses an image to fill the interior of a shape. 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... | |
Enumerations | |
enum class | ContentAlignment { TopLeft = 0x001 , TopCenter = 0x002 , TopRight = 0x004 , MiddleLeft = 0x010 , MiddleCenter = 0x020 , MiddleRight = 0x040 , BottomLeft = 0x100 , BottomCenter = 0x200 , BottomRight = 0x400 } |
Specifies the content alignment. More... | |
enum class | CopyPixelOperation { NoMirrorBitmap = (std::numeric_limits<int32_t>::min)() , Blackness = 66 , NotSourceErase = 1114278 , NotSourceCopy = 3342344 , SourceErase = 4457256 , DestinationInvert = 5570569 , PatInvert = 5898313 , SourceInvert = 6684742 , SourceAnd = 8913094 , MergePaint = 12255782 , MergeCopy = 12583114 , SourceCopy = 13369376 , SourcePaint = 15597702 , PatCopy = 15728673 , PatPaint = 16452105 , Whiteness = 16711778 , CaptureBlt = 1073741824 } |
Specifies how the source color in a pixel copying operation is combined with the destination color to result in a final color. More... | |
enum class | FontStyle { Regular = 0 , Bold = 1 , Italic = 2 , Underline = 4 , Strikeout = 8 } |
Represents a font style. More... | |
enum class | GraphicsUnit { World = 0 , Display = 1 , Pixel = 2 , Point = 3 , Inch = 4 , Document = 5 , Millimeter = 6 } |
Represents a unit of measure. More... | |
enum class | KnownColor { ActiveBorder = 1 , ActiveCaption = 2 , ActiveCaptionText = 3 , AppWorkspace = 4 , Control = 5 , ControlDark = 6 , ControlDarkDark = 7 , ControlLight = 8 , ControlLightLight = 9 , ControlText = 10 , Desktop = 11 , GrayText = 12 , Highlight = 13 , HighlightText = 14 , HotTrack = 15 , InactiveBorder = 16 , InactiveCaption = 17 , InactiveCaptionText = 18 , Info = 19 , InfoText = 20 , Menu = 21 , MenuText = 22 , ScrollBar = 23 , Window = 24 , WindowFrame = 25 , WindowText = 26 , Transparent = 27 , AliceBlue = 28 , AntiqueWhite = 29 , Aqua = 30 , Aquamarine = 31 , Azure = 32 , Beige = 33 , Bisque = 34 , Black = 35 , BlanchedAlmond = 36 , Blue = 37 , BlueViolet = 38 , Brown = 39 , BurlyWood = 40 , CadetBlue = 41 , Chartreuse = 42 , Chocolate = 43 , Coral = 44 , CornflowerBlue = 45 , Cornsilk = 46 , Crimson = 47 , Cyan = 48 , DarkBlue = 49 , DarkCyan = 50 , DarkGoldenrod = 51 , DarkGray = 52 , DarkGreen = 53 , DarkKhaki = 54 , DarkMagenta = 55 , DarkOliveGreen = 56 , DarkOrange = 57 , DarkOrchid = 58 , DarkRed = 59 , DarkSalmon = 60 , DarkSeaGreen = 61 , DarkSlateBlue = 62 , DarkSlateGray = 63 , DarkTurquoise = 64 , DarkViolet = 65 , DeepPink = 66 , DeepSkyBlue = 67 , DimGray = 68 , DodgerBlue = 69 , Firebrick = 70 , FloralWhite = 71 , ForestGreen = 72 , Fuchsia = 73 , Gainsboro = 74 , GhostWhite = 75 , Gold = 76 , Goldenrod = 77 , Gray = 78 , Green = 79 , GreenYellow = 80 , Honeydew = 81 , HotPink = 82 , IndianRed = 83 , Indigo = 84 , Ivory = 85 , Khaki = 86 , Lavender = 87 , LavenderBlush = 88 , LawnGreen = 89 , LemonChiffon = 90 , LightBlue = 91 , LightCoral = 92 , LightCyan = 93 , LightGoldenrodYellow = 94 , LightGray = 95 , LightGreen = 96 , LightPink = 97 , LightSalmon = 98 , LightSeaGreen = 99 , LightSkyBlue = 100 , LightSlateGray = 101 , LightSteelBlue = 102 , LightYellow = 103 , Lime = 104 , LimeGreen = 105 , Linen = 106 , Magenta = 107 , Maroon = 108 , MediumAquamarine = 109 , MediumBlue = 110 , MediumOrchid = 111 , MediumPurple = 112 , MediumSeaGreen = 113 , MediumSlateBlue = 114 , MediumSpringGreen = 115 , MediumTurquoise = 116 , MediumVioletRed = 117 , MidnightBlue = 118 , MintCream = 119 , MistyRose = 120 , Moccasin = 121 , NavajoWhite = 122 , Navy = 123 , OldLace = 124 , Olive = 125 , OliveDrab = 126 , Orange = 127 , OrangeRed = 128 , Orchid = 129 , PaleGoldenrod = 130 , PaleGreen = 131 , PaleTurquoise = 132 , PaleVioletRed = 133 , PapayaWhip = 134 , PeachPuff = 135 , Peru = 136 , Pink = 137 , Plum = 138 , PowderBlue = 139 , Purple = 140 , Red = 141 , RosyBrown = 142 , RoyalBlue = 143 , SaddleBrown = 144 , Salmon = 145 , SandyBrown = 146 , SeaGreen = 147 , SeaShell = 148 , Sienna = 149 , Silver = 150 , SkyBlue = 151 , SlateBlue = 152 , SlateGray = 153 , Snow = 154 , SpringGreen = 155 , SteelBlue = 156 , Tan = 157 , Teal = 158 , Thistle = 159 , Tomato = 160 , Turquoise = 161 , Violet = 162 , Wheat = 163 , White = 164 , WhiteSmoke = 165 , Yellow = 166 , YellowGreen = 167 , ButtonFace = 168 , ButtonHighlight = 169 , ButtonShadow = 170 , GradientActiveCaption = 171 , GradientInactiveCaption = 172 , MenuBar = 173 , MenuHighlight = 174 } |
Specifies the known system colors. More... | |
enum class | RotateFlipType { RotateNoneFlipNone = 0 , Rotate90FlipNone = 1 , Rotate180FlipNone = 2 , Rotate270FlipNone = 3 , RotateNoneFlipX = 4 , Rotate90FlipX = 5 , Rotate180FlipX = 6 , Rotate270FlipX = 7 , RotateNoneFlipY = Rotate180FlipX , Rotate90FlipY = Rotate270FlipX , Rotate180FlipY = RotateNoneFlipX , Rotate270FlipY = Rotate90FlipX , RotateNoneFlipXY = Rotate180FlipNone , Rotate90FlipXY = Rotate270FlipNone , Rotate180FlipXY = RotateNoneFlipNone , Rotate270FlipXY = Rotate90FlipNone } |
Specifies the type of rotation and/or flipping operation. More... | |
enum class | StringAlignment { Near = 0 , Center = 1 , Far = 2 } |
Specifies the string alignment relative to its layout rectangle. More... | |
enum class | StringDigitSubstitute { User = 0 , None = 1 , National = 2 , Traditional = 3 } |
Specifies how digits in a string are substituted according to the locale or language. More... | |
enum class | StringFormatFlags { DirectionRightToLeft = 0x00000001 , DirectionVertical = 0x00000002 , FitBlackBox = 0x00000004 , DisplayFormatControl = 0x00000020 , NoFontFallback = 0x00000400 , MeasureTrailingSpaces = 0x00000800 , NoWrap = 0x00001000 , LineLimit = 0x00002000 , NoClip = 0x00004000 } |
Specifies the display and layout information for the strings of text. More... | |
enum class | StringTrimming { None = 0 , Character = 1 , Word = 2 , EllipsisCharacter = 3 , EllipsisWord = 4 , EllipsisPath = 5 } |
Specifies how characters should be trimmed from a string that does not fit the layout shape. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &stream, Color color) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, Color color) |
Insert data into the stream. | |
std::ostream & | operator<< (std::ostream &stream, const Point &point) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, const Point &point) |
Insert data into the stream. | |
std::ostream & | operator<< (std::ostream &stream, const PointF &point) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, const PointF &point) |
Insert data into the stream. | |
std::ostream & | operator<< (std::ostream &stream, const Rectangle &rectangle) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, const Rectangle &rectangle) |
Insert data into the stream. | |
std::ostream & | operator<< (std::ostream &stream, const RectangleF &rectangle) |
Insert data into the stream using UTF-8 encoding. | |
std::wostream & | operator<< (std::wostream &stream, const RectangleF &rectangle) |
Insert data into the stream. | |
|
strong |
Specifies the content alignment.
|
strong |
Specifies how the source color in a pixel copying operation is combined with the destination color to result in a final color.
Enumerator | |
---|---|
NoMirrorBitmap | The bitmap is not mirrored. |
Blackness | The destination region is filled by using the color with index 0 in the physical palette. |
NotSourceErase | The source and destination colors are ORed and the color that results is then inverted. |
NotSourceCopy | The source region is inverted and then copied to the destination. |
SourceErase | The inverted colors of the destination region are ANDed with the colors of the source region. |
DestinationInvert | The destination region is inverted. |
PatInvert | The colors of the brush currently selected in the destination device context are XORed with the colors of the destination. |
SourceInvert | The colors of the source and destination regions are XORed. |
SourceAnd | The colors of the source and destination regions are ANDed. |
MergePaint | The colors of the inverted source region are ORed with the colors of the destination region. |
MergeCopy | The colors of the source region are ANDed with the colors of the selected brush of the destination device context. |
SourceCopy | The source region is copied directly to the destination region. |
SourcePaint | The colors of the source and destination regions are ORed. |
PatCopy | The brush currently selected in the destination device context is copied to the destination bitmap. |
PatPaint | The colors of the brush currently selected in the destination device context are ORed with the colors of the inverted source region. The result of this operation is ORed with the colors of the destination region. |
Whiteness | The destination region is filled by using the color with index 1 in the physical palette. |
CaptureBlt | Windows that are layered on top of application's window are included in the resulting image. |
|
strong |
|
strong |
|
strong |
Specifies the known system colors.
|
strong |
Specifies the type of rotation and/or flipping operation.
|
strong |
|
strong |
Specifies how digits in a string are substituted according to the locale or language.
|
strong |
Specifies the display and layout information for the strings of text.
Enumerator | |
---|---|
DirectionRightToLeft | Right-to-left text direction. |
DirectionVertical | Text is vertically alligned. |
FitBlackBox | Parts of characters can overhang the layout box. |
DisplayFormatControl | Control characters are displayed. |
NoFontFallback | Font fallback is disabled. |
MeasureTrailingSpaces | Inserts the trailing space at the end of each line. |
NoWrap | Text wrapping is disabled. |
LineLimit | Entire lines are laid out in the formatting rectangle. |
NoClip | Overhanging parts of glyphs are allowed to show. |
|
strong |
Specifies how characters should be trimmed from a string that does not fit the layout shape.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
color | Data to insert. |
stream
.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
point | Data to insert. |
stream
.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
point | Data to insert. |
stream
.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
rectangle | Data to insert. |
stream
.
|
inline |
Insert data into the stream using UTF-8 encoding.
stream | Output stream to insert data to. |
rectangle | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
color | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
point | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
point | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
rectangle | Data to insert. |
stream
.
|
inline |
Insert data into the stream.
stream | Output stream to insert data to. |
rectangle | Data to insert. |
stream
.