DevExpress.Drawing.v24.1 Contains cross-platform counterparts of the System.Drawing classes not supported in non-Windows environments. An adjustable arrow-shaped line cap. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. The width of the arrow. The height of the arrow. The amount by which to scale the line cap with respect to the width of the DXPen object. true to fill the arrow cap; otherwise, false. Determines whether the specified object is equal to the current DXAdjustableArrowCap instance. The object to compare. true if the obj parameter is DXFont and has the same property values as the current DXAdjustableArrowCap instance; otherwise, false. Gets or sets whether the arrow cap is filled. true if the arrow cap is filled; otherwise, false. Gets the hash code for the DXAdjustableArrowCap object. The hash code. Gets or sets the height of the arrow cap. The cap height. Gets or sets the number of units between the outline of the arrow cap and the fill. The number of units between the outline of the arrow cap and the fill of the arrow cap. Gets or sets the width of the arrow cap. The arrow cap width. Encapsulates a bitmap which consists of the pixel data for a graphics image and its attributes. Initializes a new instance of the class with specified settings. The bitmap width, in pixels. The bitmap height, in pixels. Clones the current DXBitmap object. A copy of the DXBitmap object. Crops the bitmap to the specified rectangle. An area to which the bitmap should be cropped. The resulting bitmap. Crops the bitmap to the specified rectangle. An area to which the bitmap should be cropped. The resulting bitmap. Determines whether the specified object is equal to the current DXBitmap instance. An object to compare. true if the object parameter has the same property values as the current DXBitmap instance; otherwise, false. Determines whether the specified object is equal to the current DXBitmap instance. An object to compare. true if the object parameter has the same property values as the current DXBitmap instance; otherwise, false. Gets a hash code for the DXBitmap object. The hash code. Gets the color of the specified pixel. The x-coordinate of the pixel to retrieve. The y-coordinate of the pixel to retrieve. The color of the specified pixel. Rotates and flips the image. An enumeration value that indicates the rotation and flip type. Defines blending patterns. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. The number of elements in Factors and Positions arrays. Gets or sets an array of blend factors for the gradient. An array of blend factors that specify the percentages of the starting color and the ending color to be used at the corresponding position. Gets or sets an array of blend positions for the gradient. An array of blend positions that specify a distance along the gradient line as a percentage. Base class for brushes. Clones the current DXBrush object. A copy of the current DXBrush object. Disposes of the DXBrush object. Lists values that indicate how clipping regions can be combined. Two clipping regions are combined by taking their intersection. One clipping region replaces by another. Defines arrays of colors and positions used to interpolate color blending in a multicolor gradient. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. The numbers of colors and positions in the blend. Gets or sets the colors used at specified positions along a gradient. An array of colors used at specified positions along a gradient. Gets or sets the positions along a gradient line. An array of positions along a gradient line. Lists values that indicate how to combine source colors with background colors. When a source color is rendered, it overwrites the background color. When a source color is rendered, it blends with the background color. The blend is determined by the alpha component of the color being rendered. A custom user-defined line cap. Initializes a new instance of the class. Gets or sets the base cap for a custom cap. An enumeration value that indicates a base cap type. Gets or sets the distance between the cap and the line. The distance between the start of the cap and the end of the line. Determines whether the specified object is equal to the current DXCustomLineCap instance. An object to compare. true if the obj parameter has the same property values as the current DXCustomLineCap instance; otherwise, false. Gets or sets the fill for the custom cap. The custom cap fill. Gets the hash code for the object. The hash code. Gets or sets the outline of the custom cap. The cap outline. A base class for custom user-defined line caps. Determines whether the specified object is equal to the current DXCustomLineCapBase instance. An object to compare. true if the obj parameter has the same property values as the current DXCustomLineCapBase instance; otherwise, false. Gets the hash code for the DXCustomLineCapBase instance. The hash code. Gets or sets the caps used to end lines that make up this custom cap. An enumeration value that indicates a cap used at the end of a line. Gets or sets how lines the compose the custom line cap are joined. An enumeration value that indicates the line join mode. Gets or sets the limit of the thickness of the join on a mitered corner. The limit of the thickness of the join on a mitered corner. Gets or sets the caps used to start lines that make up this custom cap. The enumeration value that indicates a cap used at the start of a line. Gets or sets the amount by which to scale the line cap with respect to the width of the DXPen object. The scaling amount. Lists values that indicate the type of graphic shape to use on both ends of each dash in a dashed line. A square cap that squares off both ends of each dash. A circular cap that rounds off both ends of each dash. A square cap that rounds off both ends of each dash. A triangular cap that points both ends of each dash. Lists values that indicate the dashed line style. A user-defined dash style. A line that consists of short dashes. A line that consists of a repeating short dash-dot pattern. A line that consists of a repeating short dash-dot-dot pattern. A line that consists of dots. A solid line. Lists values that indicate fill modes of a closed path interior. The alternate fill mode. The winding fill mode. Contains the text format settings such as font size and style. Initializes a new instance of the class with specified settings. A object that specifies the font. A DXFontStyle object that specifies the font style. Initializes a new instance of the class with specified settings. A string that specifies the font name. The size of the font. A DXFontStyle object that specifies the font style. A DXGraphicsUnit object that specifies the font’s unit of measure. An array of DXFontAdditionalProperty objects that are additional font properties. Initializes a new instance of the class with specified settings. A string that specifies the font name. The size of the font. A DXFontStyle object that specifies the font style. A DXGraphicsUnit object that specifies the font’s unit of measure. Initializes a new instance of the class with specified settings. A string that specifies the font name. The size of the font in points. A DXFontStyle object that specifies the font style. Initializes a new instance of the class with specified settings. A string that specifies the font name. The size of the font in points. Gets a value that indicates whether the font is bold. true if the font is bold; otherwise, false. Creates a copy of the instance. The copy of the instance. Determines whether the specified object is equal to the current DXFont instance. A DXFont object to test. true if the DXFont parameter has the same property values as the current DXFont instance; otherwise, false. Determines whether the specified object is equal to the current DXFont instance. The object to test. true if the obj parameter is DXFont and has the same property values as the current DXFont instance; otherwise, false. Gets the hash code for DXFont. The hash code. Obtains the font height. The font height. Gets a value that indicates whether the italic style is applied to the font. true to indicate the font has the italic style applied; otherwise, false. Gets the font name. The name of the font. Gets the size of the font in units defined by the DXFont.Unit property. The size of the font. Gets the size of the font in points. The size of the font in points. Gets a value that indicates whether the font has a horizontal line through it. true if the font has a horizontal strikeout style; otherwise, false. Returns style information applied to the font. A DXFontStyle object that specifies the font style. Returns a string that specifies `DXFont’. A string that specifies DXFont. Gets a value that indicates whether the font is underlined. true if the font is underlined; otherwise, false. Obtains the font measurement unit. The measurement unit of the font. Contains additional font properties. Initializes a new instance of the class with specified settings. The name of the property. The property value. The GdGdiCharSet property name. The property name. The GdiVerticalFont property name. The property name. Obtains the property name. The property name. Obtains the property value. The property value. Contains information about a font in . Initializes a new instance of the class with specified settings. The path to the font file. The font name. A zero-based index of the font within the TTC file. true if the font is bold; otherwise, false. true if the font style is italic; otherwise, false. Indicates whether the font is bold. true if the font is bold; otherwise, false. Returns the path to the font file (if the font is loaded from a file). The path to the font file. Null (Nothing in Visual Basic) if the font is loaded from a stream or byte array. Indicates whether the font style is italic. true if the font style is italic; otherwise, false. Returns the font name (including the Font Family and Font Subfamily names). The font name. Returns the font index in the TrueType Collection (TTC) file. A zero-based index of the font within the collection. A repository of user-defined fonts. Loads a font from a byte array. A byte array that contains font data. Loads a font from a stream. A stream from which to load the font. Loads a font from a file. The full path to the font file. Removes all fonts from the font repository. Releases resources associated with the instance. Returns a list of all fonts in . A list of objects that contain information about fonts in the repository. Returns an instance of the class. The DXFontRepository class instance. Indicates whether the font repository is empty. true if the font repository contains no fonts; otherwise, false. Lists values that indicate style information applied to text. Bold text. Italic text. Normal text. Strike-through text. Underlined text. Allows you to draw graphics content. Clears the entire drawing surface and fills it with the specified background color. The background color of the drawing surface. Obtains the clipping region of the graphics layout. The clipping region. Gets or sets how to draw composited images An enumeration value that determines the compositing mode. Disposes of the DXGraphics object. Gets the horizontal resolution of the DXGraphics object. The horizontal resolution value. Gets the vertical resolution of the DXGraphics object. The vertical resolution value. Draws an arc specified by a rectangle. An object that determines the color, width, and style of the arc. A rectangle that defines the ellipsis bounds. Angle in degrees measured clockwise from the x-axis to the starting point of the arc. Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. Draws a Bezier spline defined by points. An object that determines the color, width, and style of the curve. The starting point of the curve. The first control point of the curve. The second control point of the curve. The ending point of the curve. Draws a series of Bezier splines defined by an array of points. An object that determines the color, width, and style of the curve. The points that determine the curve. The number of points in the array should be a multiple of 3 plus 1 (4, 7, 10, and so on). Draws an ellipse in the specified rectangle. An object that determines the color, width, and style of the ellipse. The rectangle that defines the ellipsis bounds. Draws a portion of the image so that it fits into the specified rectnangle. An image to draw. The image size and location. The portion of the image to draw. Draws an image so that it fits into the specified rectnagle. An image to draw. Specifies the location and size of the drawn image. Draws an image at the specified location. An image to draw. The x-coordinate of the upper-left corner of the drawn image. The y-coordinate of the upper-left corner of the drawn image. Draws a line that connects two points. An object that determines the color, width, and style of the line. The starting point of the line. The end point of the line. Draws a line that connects two points. An object that determines the color, width, and style of the line. The x-coordinate of the first point. The y-coordinate of the first point. The x-coordinate of the second point. The y-coordinate of the second point. Draws a series of lines that connects an array of points. An object that determines the color, width, and style of the line segments. An array of points to connect. Draws a series of lines that connects an array of points. An object that determines the color, width, and style of the line segments. An array of points to connect. Draws a DXGraphicsPath object. An object that determines the color, width, and style of the path. A series of connected lines and curves. Draws a pie shape. An object that determines the color, width, and style of the pie shape. The bounding rectangle that defines the pie ellipse. Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. Draws a polygon defined by an array of points. An object that determines the color, width, and style of the polygon. An array of points that are the polygon vertices. Draws a rectangle. An object that determines the color, width, and style of the rectangle. The rectangle to draw. Draws text in the specified rectangle. Allows you to specify brush, font, and string parameters. A text to draw. An object that defines text font options. An object that determines the color and texture of the drawn text. A point where you can position text. An object that specifies text formatting attributes. Draws text in the specified rectangle. Allows you to specify brush, font, and string parameters. A text to draw. An object that defines text font options. An object that determines the color and texture of the drawn text. A location where the text should be drawn. An object that specifies text formatting attributes. Fills the interior of an ellipse located in the specified rectangle. The brush used to fill the ellipse. An area where you can draw an ellipse. Fills the interior of the specified path. The brush used to fill the path. A path to fill. Fills the interior of the pie shape. The brush used to fill the pie shape. An area where you can draw a pie shape. Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. Fills the interior of a polygon specified by array points. The brush used to fill the polygon. An array of points that specify the polygon vertices. Fills the interior of a rectangle located in the specified area. The brush used to fill the rectangle. An area where you can draw a rectangle. Fills the interior of a rectangle located in the specified area. The brush used to fill the rectangle. The x-coordinate of the upper-left corner of the rectangle to fill. The y-coordinate of the upper-left corner of the rectangle to fill. Width of the rectangle to fill. Height of the rectangle to fill. Fills the interior of a rectangle located in the specified area. The brush used to fill the rectangle. A list of rectangles to fill. Fills the interior of a region. The brush used to fill the interior. The area to fill. Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish. Creates a new object from the specified image. An image form which to create a new DXGraphics object. The resulting object. Gets a region that limits the drawing region of the graphics layout. A region that is currently available for drawing. Gets or sets the interpolation mode associated with the DXGraphics object. An enumeration value that indicates how to calculate intermediate values between two endpoints. Measures the specified string when drawn with the specified font, text layout size, and format. A string to measure. An object that contains font parameters. Specifies the maximum layout area for the text. An object that contains text formatting parameters. The string’s measured size. Measures the specified string when drawn with the specified font, text layout size, and format. A string to measure. An object that contains font parameters. Specifies the maximum width for this text. An object that contains text formatting parameters. The string’s measured size. Multiplies the world transformation by a matrix in the specified order. A 4x4 matrix that multiplies the world transformation. An enumeration member that determines the order of the multiplication. Multiplies the world transformation by the specified matrix. A 4x4 matrix that multiplies the world transformation. Gets or sets the scaling between world units and page units. The scale value. Gets or sets the measure units used for page coordinates. An enumeration value that indicates measure units. Resets the world transformation matrix to the identity matrix. Restores the state of this DXGraphics to the specified state. The state to which to restore the DXGraphics object. Applies a rotation to the transformation matrix in the specified order. The rotation angle in degrees. An enumeration member that specifies whether the rotation is appended or prepended to the matrix transformation. Applies the specified rotation to the transformation matrix. The rotation angle in degrees. Saves the current state of the DXGraphics object. The saved state. Scales the coordinate system by the specified scale factor. Allows you to set the operation order. Scale factor in the x direction. Scale factor in the y direction. An enumeration value that indicates the operation order. Scales the coordinate system by the specified scale factor. Scale factor in the x direction. Scale factor in the y direction. Performs the specified combining operation with the current clip region and a DXGraphicsPath object and sets the clipping rerion to the operation result. A path to combine. An enumeration that specifies the combining operation to use. Sets the clipping region of to the specified DXGraphicsPath object. A new clipping region. Performs the specified combining operation with the current clip region and another region and sets the clipping region to the operation result. A region to combine. An enumeration that specifies the combining operation to use. Sets the clipping region to the specified region. The new clipping region. Performs the specified combining operation with the current clip region and a rectangle and sets the clipping region to the operation result. A rectangle to combine. An enumeration that specifies the combining operation to use. Sets the clipping region to the specified rectangle. A new clipping region. Gets or sets the rendering quality. An enumeration value that indicates whether lines, curves, and the edges of filled areas use smoothing (also called antialiasing). Gets or sets the text rendering mode. An enumeration value that indicates whether text renders with antialiasing. Gets or sets a copy of the geometric world transformation. A copy of the DXMatrix that is the geometric world transformation. Translates the coordinate system origin to the specified point. The x-coordinate of the translation. The y-coordinate of the translation. An enumeration value that indicates the operation order. Translates the coordinate system origin to the specified point. The x-coordinate of the translation. The y-coordinate of the translation. Defines a series of connected lines and curves. Initializes a new instance of the class with specified settings. An enumeration value that indicates the fill mode of the closed path interior. Initializes a new instance of the class with specified settings. Graphics data (a list of points and types) to define the DXGraphicsPath instance. Initializes a new instance of the class with specified settings. A list of point coordinates that define the DXGraphicsPath instance. A list of enumeration values that specify the type of each corresponding point in the points list. An enumeration value that indicates the fill mode of the closed path interior. Appends an elliptical arc to the current figure. The rectangular bounds of the ellipse from which the arc is taken. The starting angle of the arc, measured in degrees clockwise from the x-axis. The angle between startAngle and the end of the arc. Appends an elliptical arc to the current figure. The x-coordinate of the rectangle’s upper-left corner. The rectangle defines the arc ellipse. The y-coordinate of the rectangle’s upper-left corner. The rectangle defines the arc ellipse. The width of the rectangle. The rectangle defines the ellipse from which the arc is drawn. The height of the rectangle. The rectangle defines the ellipse from which the arc is drawn. The starting angle of the arc, measured in degrees clockwise from the x-axis. The angle between startAngle and the end of the arc. Adds a cubic Bezier curve to the current figure. The curve’s starting point. The curve’s first control point. The curve’s second control point. The curve’s endpoint. Adds a cubic Bezier curve to the current figure. The x-coordinate of the curve’s starting point. The y-coordinate of the curve’s starting point. The x-coordinate of the curve’s first control point. The y-coordinate of the curve’s first control point. The x-coordinate of the curve’s second control point. The y-coordinate of the curve’s second control point. The x-coordinate of the curve’s ending point. The y-coordinate of the curve’s ending point. Adds a sequence of connected cubic Bezier curves to the current figure. An list of points that define the curves. Adds a spline curve to the current figure. An array of points that define the curve. Specifies the curve intensity. Values greater than 1 produce unpredictable results. Adds a spline curve to the current figure. An array of points that define the curve. Adds an ellipse to the current path. The rectangle within which the ellipse should be drawn. Adds an ellipse to the current path. The x-coordinate of the rectangle’s upper-left corner. The rectangle defines the ellipse. The y-coordinate of the rectangle’s upper-left corner. The rectangle defines the ellipse. The width of the rectangle that defines the ellipse. The height of the rectangle that defines the ellipse. Appends a line segment to the figure. The line’s starting point. The line’s endpoint. Appends a line segment to the figure. The x-coordinate of the line’s starting point. The y-coordinate of the line’s starting point. The x-coordinate of the line’s endpoint. The y-coordinate of the line’s endpoint. Appends a line segment to the figure. An array of points that define line segments to add. Appends a sequence of lines and curves to this path. A path to add. true if the first figure in the added path is a part of the last figure in this path; false if the first figure in the added path is separate from the last figure in this path. Adds the outline of a pie shape to this path. A bounding rectangle that defines the ellipse from which the pie is drawn. The starting angle for the pie section, measured in degrees clockwise from the x-axis. The angle between startAngle and the end of the pie section, measured in degrees clockwise from startAngle. Adds the outline of a pie shape to this path. The x-coordinate of the rectangle’s upper-left corner. The rectangle defines the pie shape bounds. The y-coordinate of the rectangle’s upper-left corner. The rectangle defines the pie shape bounds. The width of the pie shape’s bounding rectangle. The height of the pie shape’s bounding rectangle. The starting angle for the pie section, measured in degrees clockwise from the x-axis. The angle between startAngle and the end of the pie section, measured in degrees clockwise from startAngle. Adds a polygon to the figure. A list of points that define the polygon. Adds a rectangle to a figure. The rectangle to add. Adds a series of rectangles to this path. A list of rectangles to add. Adds a text string to this path. A text to add. An object that contains font information. The staring point of the text. An object that contains text formatting information (alignment, line spacing and so on). Adds a text string to this path. A text to add. An object that contains font information. An area where to draw a text string. An object that contains text formatting information (alignment, line spacing and so on). Clones the DXGraphicsPath object. A copy of the DXGraphicsPath object. Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point. Disposes of the DXGraphicsPath object. Gets or sets how to fill the interiors of shapes in the GraphicsPath instance. An enumeration value that indicates the shape interior’s fill mode. Converts each curve in the path into a sequence of connected line segments. Applies the specified transform and converts each curve in this GraphicsPath into a sequence of connected line segments. A matrix by which to transform this GraphicsPath before flattening. Specifies the maximum permitted error between the curve and its flattened approximation. A value of 0.25 is the default. Reducing the flatness value will increase the number of line segments in the approximation. Applies the specified transform and converts each curve in the GraphicsPath into a sequence of connected line segments. A matrix by which to transform this GraphicsPath before flattening. Returns bounds of this GraphicsPath instance. A rectangle that bounds this GraphicsPath. Gets the last point in the PathPoints array. The last point in this path. Gets a path data (a list of points and types) for this GraphicsPath. An object that contains path data. Indicates whether the DXGraphicsPath instance contains the specified point. The point to test. true if the DXGraphicsPath instance contains specified point; otherwise, false. Indicates whether the DXGraphicsPath instance contains the specified point. The x-coordinate of the point to test. The y-coordinate of the point to test. true if the DXGraphicsPath instance contains specified point; otherwise, false. Retrieves the path points. A list of points in the path. Gets the types of the points in the PathPoints list. A list of point types in the path. Gets the number of path points. The number of elements in the PathPoints or the PathTypes list. Reverts properties of the current object to default values. Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure. Applies a transform matrix to this GraphicsPath. The transformation matrix to apply. Adds an additional outline to the DXGraphicsPath object. The width between the original outline of the path and the new outline this method creates. A matrix that specifies a transform to apply to the path before widening. Adds an additional outline to the path. The width between the original outline of the path and the new outline this method creates. Contains graphical data Initializes a new instance of the class. Initializes a new instance of the class with specified settings. A list of points used to construct the path. A list of point types. An enumeration value that indicates the fill mode. Initializes a new instance of the class with specified settings. A list of points used to construct the path. A list of point types. Clones the current DXGraphicsPathData object. A copy of the DXGraphicsPathData object. Obtains a fill mode of the path interior. An enumeration value that indicates how to fill and clip the interior of a closed figure. Returns the bounds of the DXGraphicsPathData instance. The DXGraphicsPathData bounds. Retrieves points used to construct the path. A list of points used to construct the path. Obtains types associated with the points in the path. A list of types associated with the points in the path. Lists values that indicate the measurement unit for the given data. The measurement units of the display device. Typically pixels for video displays, and 1/100 inch for printers. The document unit (1/300 inch). The inch. The millimeter. The device pixel. The printer’s point (1/72 inch). The world coordinate system unit. Enables you to convert values that are calculated in some measure units to different measure units. Adjusts the document margins calculated for the specified unit of measure according to a new unit of measure. The size to convert. The initial unit of measure. The required unit of measure. The conversion result. Adjusts the document margins calculated for the specified DPI according to a new DPI. A size to convert. The initial DPI setting. The required DPI setting. The conversion result. Adjusts the integer value calculated for the specified DPI according to a new DPI. The value to convert. The initial DPI setting. The required DPI setting. The conversion result. Adjusts the document margins calculated for the specified unit of measure according to a new unit of measure. The value to convert. The initial unit of measure. The required unit of measure. The conversion result. Adjusts the float value calculated for the specified DPI according to a new DPI. The value to convert. The initial DPI setting. The required DPI setting. The conversion result. A rectangular brush with a hatch style, a foreground color, and a background color. Initializes a new instance of the class with specified settings. An enumeration value that indicates the the pattern that the hatch brush should draw. The brush’s foreground color. The brush’s background color. Obtains the background color of the brush. The brush’s background color. Clones the current DXHatchBrush instance. A copy of the current object. Determines whether the specified object is equal to the current DXHatchBrush object. An object to compare with the current DXHatchBrush object. true if the specified object is equal to the current object; otherwise, false. Retrieves the foreground color of the brush. The brush’s foreground color. Returns the hash code for the current DXHatchBrush object. The hash code for the current object. Obtains the hatch style of a brush. An enumeration value that indicates the hatch style. Lists values that indicate patterns available for a hatch brush. A pattern of lines on a diagonal from upper right to lower left edges. Cross lines. Diagonal lines that slant to the right from top points to bottom points are spaced 50 percent closer and twice the width of ForwardDiagonal. This hatch pattern is not antialiased. Horizontal lines that are spaced 50 percent closer than Horizontal and twice the width of Horizontal. Diagonal lines that slant to the left from top points to bottom points are spaced 50 percent closer and twice the width of BackwardDiagonal, but the lines are not antialiased. Vertical lines that are spaced 50 percent closer than Vertical and twice its width. Dashed diagonal lines that slant to the right from top points to bottom points. Dashed horizontal lines. Dashed diagonal lines that slant to the left from top points to bottom points. Dashed vertical lines. Layered bricks that slant to the left from top points to bottom points. Crisscross diagonal lines. Divot pattern. Forward diagonal and backward diagonal crosses lines, each of which is composed of dots. Horizontal and vertical crossed lines, each of which is composed of dots. A pattern of lines on a diagonal from upper left to lower right. A pattern of horizontal lines. Horizontally layered bricks. A checkerboard with squares that are twice the size of SmallCheckerBoard. A confetti composed of larger pieces than SmallConfetti. Crosses lines pattern. Diagonal lines that slant to the right from top points to bottom points and are spaced 50 percent closer together than ForwardDiagonal, but are not antialiased. Horizontal lines that are spaced 50 percent closer together than Horizontal. Diagonal lines that slant to the left from top points to bottom points and are spaced 50 percent closer together than BackwardDiagonal, but they are not antialiased. Vertical lines that are spaced 50 percent closer together than Vertical. Specifies the LargeGrid hatch style. Specifies the Horizontal hatch style. Horizontal lines that are spaced 75 percent closer together than hatch style Horizontal (or 25 percent closer together than LightHorizontal). Vertical lines that are spaced 75 percent closer together than hatch style Vertical (or 25 percent closer together than LightVertical). Forward diagonal and backward diagonal lines that cross but are not antialiased. A 5-percent hatch. The ratio of foreground color to background color is 5:95. A 10-percent hatch. The ratio of foreground color to background color is 10:90 A 20-percent hatch. The ratio of foreground color to background color is 20:80. A 25-percent hatch. The ratio of foreground color to background color is 25:75. A 30-percent hatch. The ratio of foreground color to background color is 30:70. A 40-percent hatch. The ratio of foreground color to background color is 40:60. A 50-percent hatch. The ratio of foreground color to background color is 50:50. A 60-percent hatch. The ratio of foreground color to background color is 60:40. A 70-percent hatch. The ratio of foreground color to background color is 70:30. A 75-percent hatch. The ratio of foreground color to background color is 75:25. A 80-percent hatch. The ratio of foreground color to background color is 80:100. A 90-percent hatch. The ratio of foreground color to background color is 90:10. A plaid material pattern. Diagonally layered shingles that slant to the right from top points to bottom points. A checkerboard pattern. A confetti pattern. Horizontal and vertical lines that cross and are spaced 50 percent closer together than hatch style Cross. A diagonally placed checkerboard. Spheres laid adjacent to one another. Trellis pattern. A pattern of vertical lines. Horizontal lines that are composed of tildes. A woven material pattern. Diagonal lines that slant to the right from top points to bottom points, have the same spacing as hatch style ForwardDiagonal, and are triple its width, but are not antialiased. Diagonal lines that slant to the left from top points to bottom points, have the same spacing as hatch style BackwardDiagonal, and are triple its width, but are not antialiased. Horizontal lines that are composed of zigzags. Lists values that indicate the display mode of the hotkey prefixes. Do not display the hotkey prefix. No hotkey prefix. Display the hot-key prefix. Base class for images in DevExpress controls. Creates a copy of the instance. The copy of the instance. Releases all resources used by the object. Determines whether the specified object is equal to the current DXImage instance. A DXImage object to test. true if the DXImage parameter has the same property values as the current DXImage instance; otherwise, false. Creates an image from the specified binary string that contains the image data. A binary string that contains image data. The created image. Creates an image from the specified stream that contains the image data. A stream that contains data for the image. The created image. Gets the height of the image in pixels. The height of the image in pixels. Gets the horizontal resolution of the image in pixels per inch. The horizontal resolution of the image in pixels per inch. Gets the image format. The image format. Rotates and flips an image. An enumeration value that indicates the rotation and flip type. Saves the image to the specified stream in the specified format. A object to which the image is saved. The specified format for the image. Saves the image to the specified file in the specified format. The name of the file to which the image is saved. The specified format for the image. Gets the width and height of the image in pixels. The width and height of the image in pixels. Gets the vertical resolution of the image in pixels per inch. The vertical resolution of the image in pixels. Gets the width of the image in pixels. The width of the image in pixels. Specifies the image format. Initializes a new instance of the class. Gets the bitmap (BMP) image format. An object that indicates the bitmap image format. Gets the enhanced metafile (EMF) image format. Currently not supported. An object that indicates the enhanced metafile image format. Gets the Graphics Interchange Format (GIF) image format. An object that indicates the GIF image format. Gets the Windows icon (.ico) image format. An object that indicates the Windows icon image format. Gets the Joint Photographic Experts Group (JPEG) image format. An object that indicates the JPEG image format. Gets the W3C Portable Network Graphics (PNG) image format. An object that indicates the PNG image format. Gets the Scalable Vector Graphics (SVG) image format. An object that indicates the SVG image format. Gets the Tagged Image File Format (TIFF) image format. An object that indicates the TIFF image format. Converts this DXImageFormat object to a string. A string that is this DXImageFormat object. Gets the unknown image format. An object that indicates the unknown image format. Gets the Windows metafile (WMF) image format. Currently not supported. An object that indicates the Windows metafile image format. Lists values that indicate the algorithm used when images are scaled or rotated. Bicubic interpolation. No pre-filter. This mode is not suitable for shrinking an image below 25 percent of its original size. Bilinear interpolation. No pre-filter. This mode is not suitable for shrinking an image below 50 percent of its original size. Default mode. High quality interpolation. High-quality bicubic interpolation. Pre-filter is applied to ensure high-quality shrinking. This mode produces the highest quality transformed images. High-quality, bilinear interpolation. Pre-filter is applied to ensure high-quality shrinking. Invalid mode. Low quality interpolation. Nearest-neighbor interpolation. A brush that paints an area with a linear gradient. Initializes a new instance of the class with specified settings. The starting point of the linear gradient. The ending point of the linear gradient. The starting color of the gradient. The ending color of the gradient. Initializes a new instance of the class with specified settings. The bounds of the linear gradient. The starting color of the gradient. The ending color of the gradient. An enumeration value that specifies the orientation of the gradient. Initializes a new instance of the class with specified settings. The bounds of the linear gradient. The starting color of the gradient. The ending color of the gradient. The angle of the gradient’s orientation line, measured in degrees clockwise from the x-axis. true if the angle is affected by the transformation matrix associated with this DXLinearGradientBrush; otherwise, false. Initializes a new instance of the class with specified settings. The bounds of the linear gradient. The starting color of the gradient. The ending color of the gradient. Gets or sets a custom falloff of the gradient. An object that contains arrays of blend factors and positions. Clones the current DXLinearGradientBrush object. A copy of the DXLinearGradientBrush object. Determines whether the specified object is equal to the current DXLinearGradientBrush object. An object to compare with the current DXLinearGradientBrush object. true if the specified object is equal to the current object; otherwise, false. Returns the hash code for the current DXLinearGradientBrush object. The hash code for the current object. Gets or sets a multicolor linear gradient. An object that defines a multicolor linear gradient. Gets or sets the starting and ending colors of the gradient. An array of two Color structures that represents the starting and ending colors of the gradient. Gets or sets a rectangular region that defines the starting and ending points of the gradient. A structure that specifies the starting and ending points of the gradient. Creates a linear gradient with a center color and a linear falloff to a single color on both ends. A value (from 0 through 1) that specifies the point where the gradient is composed of only the ending color. A value (from 0 through 1) that specifies how fast the colors falloff from the starting color to focus (ending color) Creates a linear gradient with a center color and a linear falloff to a single color on both ends. A value (from 0 through 1) that specifies the point where the gradient is composed of only the ending color. Lists values that indicate the direction of a linear gradient. A gradient from upper right to lower left. A gradient from upper left to lower right. A gradient from left to right. A gradient from top to bottom. Lists values that indicate available cap styles for a DXPen instance. A mask used to check whether a line cap is an anchor cap. An arrow-shaped anchor cap. A custom line cap. A diamond anchor cap. A flat line cap. No cap. A round line cap. A round anchor cap. A square line cap. A square anchor line cap. A triangular line cap. Lists values that indicate how to join consecutive line or curve segments in a figure. Specifies a beveled join. The join results in a diagonal corner. Specifies a mitered join. The join results in a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit. Specifies a mitered join. The join results in a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit. Specifies a circular join. The join results in a smooth, circular arc between the lines. Specifies the dimensions of the margins of a printed page. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. The left margin. The right margin. The top margin. The bottom margin. Gets or sets the bottom margin. The bottom margin. Clones the current DXMargins object. A copy of the current DXMargins object. Determines whether the specified object is equal to the current DXMargins instance. An object to compare. true if the other parameter has the same property values as the current DXMargins instance; otherwise, false. Determines whether the specified object is equal to the current DXMargins instance. An object to compare. true if the object parameter has the same property values as the current DXMargins instance; otherwise, false. Gets the hash code for the DXMargins object. The hash code. Gets or sets the left margin. The left margin. Gets or sets the right margin. The right margin. Gets or sets the top margin. The top margin. Returns a string that specifies `DXMargins’. A string that specifies DXMargins. Encapsulates a 3x2 affine matrix used for geometric transformations. Initializes a new instance of the class. Initializes a new instance of the class with specified elements. The value in the first row and first column. The value in the first row and second column. The value in the second row and first column. The value in the second row and second column. The value in the third row and first column. The value in the third row and second column. Initializes a new instance of the class with specified settings. An array of floating-point values that are the matrix elements. Obtains the value in the first row and first column. The value in the first row and first column. Obtains the value in the first row and second column. The value in the first row and second column. Obtains the value in the second row and first column. The value in the second row and first column. Clones the DXMatrix object. A copy of the DXMatrix object. Creates a new matrix based on the current matrix and applies a clockwise rotation of the specified angle relative to the matrix origin. Angle of rotation in degrees.’ The resulting transformation matrix. Creates a new matrix based on the current matrix and applies the specified scale vector. The value by which to scale in the x-axis direction. The value by which to scale in the y-axis direction. The resulting transformation matrix. Creates a new matrix based on the current matrix and applies the specified shear vector. The horizontal shear factor. The vertical shear factor. The resulting transformation matrix. Creates a new matrix based on the current matrix and translates the coordinate system origin to the specified offset. The x-coordinate of the translation. The y-coordinate of the translation. The resulting transformation matrix. Obtains the value in the second row and second column. The value in the second row and second column. Obtains the value in the third row and first column. The value in the third row and first column. Obtains the matrix elements.’ An array of matrix elements. Determines whether the specified object is equal to the current DXMatrix object. A DXFont to compare with the current object. true if the specified object is equal to the current object; otherwise, false. Determines whether the specified object is equal to the current DXMatrix object. An object to compare with the current object. true if the specified object is equal to the current object; otherwise, false. Obtains the value in the third row and second column. The value in the third row and second column. Returns the hash code for the current DXFont object. The hash code for the current object. Inverts the DXMatrix instance (if it is invertible). Gets whether this DXMatrix is the identity matrix. true if the DXMatrix instance is the identity matrix; otherwise, false. Gets whether the DXMatrix object is invertible. true if the object is invertible; otherwise, false. Multiplies this DXMatrix by the specified matrix, and in the order specified in the order parameter. The matrix by which this DXMatrix is to be multiplied. An enumeration value that indicates the order of the multiplication. Gets the x translation value (the dx value, or the element in the third row and first column). The x translation value. Gets the y translation value (the dy value, or the element in the third row and second column). The y translation value. Reverts the current object properties to default values. Applies a clockwise rotation to the specified angle around the origin (zero x and y coordinates). The angle (extent) of the rotation, in degrees. An enumeration value that indicates the order (append or prepend) in which the rotation is applied. Applies a clockwise rotation around the specified point in the specified order. The angle of the rotation, in degrees. The rotation center. An enumeration value that indicates the order (append or prepend) in which the rotation is applied. Prepends and applies the specified scale vector to the DXMatrix instance. The value by which to scale DXMatrix in the x-axis direction. The value by which to scale DXMatrix in the y-axis direction. An enumeration value that indicates the order (append or prepend) in which the scale vector is applied to this DXMatrix. Prepends and applies the specified shear vector to the DXMatrix instance. The horizontal shear factor. The vertical shear factor. An enumeration value that indicates the order (append or prepend) in which the shear is applied. Applies the geometric transformation to a point. A point to transform. The transformed point. Applies the geometric transformation to an array of points. The points to transform. The transformed points. Applies the geometric transformation to an array of points. The points to transform. Applies the specified translation vector to DXMatrix in the specified order. The x-coordinate of the translation. The y-coordinate of the translation. An enumeration value that indicates the order (append or prepend) in which the translation is applied. Lists values that indicate the order for matrix transformation operations. The new operation is applied after the old operation. The new operation is applied before the old operation. A brush that fills the interior of a DXGraphicsPath object with a gradient. Initializes a new instance of the class with specified settings. An object that defines the area which this PathGradientBrush should fill. Initializes a new instance of the class with specified settings. The base gradient brush. Gets or sets a custom falloff for the gradient. The custom falloff. Gets or sets the color at the center of the path gradient. The color at the center of the path gradient. Gets or sets the center point of the path gradient. The center point of the path gradient. Clones the current DXPathGradientBrush object. A copy of the current DXPathGradientBrush object. Determines whether the specified object is equal to the current DXPathGradientBrush object. An object to compare with the current DXPathGradientBrush object. true if the specified object is equal to the current object; otherwise, false. Gets or sets the focus point for the gradient falloff. The focus point for the gradient falloff. Returns the hash code for the current DXPathGradientBrush object. The hash code for the current object. Gets or sets a multicolor linear gradient. An object defines a multicolor linear gradient. Obtains path data associated with the brush. An object that contains graphical data. Gets or sets an array of colors that correspond to the points in the path the PathGradientBrush fills. An array of colors associated with each point in the path. List types of points available for the DXGraphicsPath instance. A Bezier curve. The endpoint of a subpath. A line segment. A mask point. The starting point of a DXGraphicsPath object. Defines an object used to draw lines and curves. Initializes a new instance of the class with specified settings. A brush that defines the pen parameters. The pen width. Initializes a new instance of the class with specified settings. A brush that defines the pen parameters. Initializes a new instance of the class with specified settings. The pen color. The pen width. An enumeration value that indicates the cap style applied to line ends. Initializes a new instance of the class with specified settings. The pen color. The pen width. Initializes a new instance of the class with specified settings. The pen color. Gets or sets the brush that determines the pen attributes. A brush that determines the pen attributes. Clones the current DXPen object. A copy of the current DXPen object. Gets the pen color. The pen color. Gets or sets a custom cap to use at the line end. An object the contains end cap settings. Gets or sets a custom cap to use at the line start. An object the contains end cap settings. Gets or sets the cap style used at the dash end. An object that contains the dash style parameters. Gets or sets the distance between the start of a line to the start of a dash pattern. The distance between the start of a line to the beginning of a dash pattern. Gets or sets an array of custom dashes and spaces. An array of real numbers that specifies the lengths of alternating dashes and spaces in dashed lines. Gets or sets the style applied to dashed lines. An enumeration value that indicates the dash style. Disposes of the DXPen instance. Gets or sets the cap style applied to the end of lines. The cap style applied to line ends. Determines whether the specified DXPen object is equal to the current DXPen instance. An object to compare. true if the other parameter is DXPen and has the same property values as the current DXPen instance; otherwise, false. Determines whether the specified object is equal to the current DXPen instance. An object to compare. true if the obj parameter has the same property values as the current DXPen instance; otherwise, false. Gets the hash code for the DXPen. The hash code. Gets or sets the join style for the ends of two consecutive lines. An enumeration value that indicates the join style. Gets or sets the limit of the thickness of the join on a mitered corner. The limit of the thickness of the join on a mitered corner. Obtains the type of lines the DXPen draws. An enumeration value that indicates the pen type. Gets or sets the cap style applied to the line start. An enumeration value that indicate the start cap style. Gets or sets the width of the pen. The pen width, measured in units specified by the DXGraphics.PageUnit property. Lists values that indicate the pen type. The pen uses a hatch fill to fill lines. The pen uses a linear gradient fill to fill lines. The pen uses a path gradient fill to fill lines. The pen uses a solid color to fill lines. The pen uses a bitmap texture fill to fill lines. Describes the interior of a graphics shape composed of rectangles and paths. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. A DXGraphicsPath instance that defines a new region. Initializes a new instance of the class with specified settings. A rectangle that defines an area of a new region. Clones the current DXRegion object. A copy of the current DXRegion object. Updates the region to contain the portion of the specified DXgraphicsPath that does not intersect with the current region. A DXGraphicsPath instance to complement with the current region. Updates the region to contain the portion of the specified DXRegion that does not intersect with the current region. A region to complement with the current region. Updates the region to contain the portion of the specified rectangle that does not intersect with the current region. A rectangle to complement with the current region. Disposes of the DXRegion object. Excludes the specified DXGraphicsPath instance from the region. An object to exclude from the region. Excludes the specified region from the current region. A region to exclude from the current region. Excludes the specified rectangle from the region. A rectangle to exclude from the current region. Obtains the region bounds. The region bounds. Assigns the clip region to the intersection of the current region and the specified DXGraphicsPath instance. An object that intersects the current region. Assigns the clip region to the intersection of the current region and the specified region. A region that intersects with the current region. Assigns the clip region to the intersection of the current region and the specified rectangle. A structure that intersects the current region. Gets or sets whether the current region contains the specified point. A point to check. true if the region contains the point; otherwise, false. Gets or sets whether the current region contains the specified rectangle. A rectangle to check. true if the region contains the rectangle; otherwise, false. Initializes the region to an empty interior. Initializes the region to an infinite interior. Transforms the region by the specified transformation matrix. The matrix by which to transform the region. Updates the region to the union of itself and the specified DXGraphicsPath instance. The object to unite with the region. Updates the region to the union of itself and the specified DXRegion object. The region to unite with the current region. Updates the region to the union of itself and the specified RectangleF structure. An object to unite with the current region. Updates the region to include the union minus the intersection of itself with the specified DXGraphicsPath object. The DXGraphicsPath object to use in a XOR (Exclusive OR) operation with the current region. Updates this region to the union minus the intersection of itself with the specified region. The region to use in a XOR (Exclusive OR) operation with the current region. Updates the region to include the union minus the intersection of itself with the specified rectangle. The rectangle to use in a XOR (Exclusive OR) operation with the current region. Lists values that indicate the rotation and flip type. A 180-degree clockwise rotation without flipping. A 180-degree clockwise rotation followed by a horizontal flip. A 180-degree clockwise rotation followed by a horizontal and vertical flip. A 180-degree clockwise rotation followed by a vertical flip. A 270-degree clockwise rotation without flipping. A 270-degree clockwise rotation followed by a horizontal flip. A 270-degree clockwise rotation followed by a horizontal and vertical flip. A 270-degree clockwise rotation followed by a vertical flip. A 90-degree clockwise rotation without flipping. A 90-degree clockwise rotation followed by a horizontal flip. A 90-degree clockwise rotation followed by a horizontal and vertical flip. A 90-degree clockwise rotation followed by a vertical flip. No clockwise rotation and no flipping. No clockwise rotation followed by a horizontal flip. No clockwise rotation followed by a horizontal and vertical flip. No clockwise rotation followed by a vertical flip. Lists values that indicate smoothing (antialiasing) mode applied to lines and curves and the edges of filled areas. Specifies antialiased rendering. Specifies no antialiasing. Specifies antialiased rendering. Specifies no antialising. Specifies an invalid mode. Specifies no antialising. A single-color brush. Initializes a new instance of the class with specified settings. The brush color. Clones the current DXSolidBrush object. A copy of the DXSolidBrush object. Gets or sets the color of the brush. The brush color. Determines whether the specified object is equal to the current DXFont object. A DXFont to compare with current object. true if the specified object is equal to the current object; otherwise, false. Returns the hash code for the current DXFont object. The hash code for the current object. Lists values that indicate the type of alignment of a text string relative to its layout rectangle. Text is aligned in the center of the layout rectangle. The text is aligned far from the original position of the layout rectangle. The text is aligned near the layout. Contains text layout information, display manipulations, and OpenType features. Initializes a new instance of the class. Initializes a new instance of the class from the existing instance. An object from which the new DXStringFormat object should be initialized. Gets or sets the horizontal string alignment. An enumeration value that specifies the horizontal alignment of the string. Clones the DXStringFormat object. A copy of the DXStringFormat object. Creates a generic default DXStringFormat object. An object with generic default settings. Creates a generic typographic DXStringFormat object. An object with generic typographic settings. Determines whether the specified object is equal to the current DXStringFormat object. A DXStringFormat object to compare with current object. true if the specified object is equal to the current object; otherwise, false. Determines whether the specified object is equal to the current DXStringFormat object. An object to compare with current object. true if the specified object is equal to the current object; otherwise, false. Gets or sets formatting information flags. An enumeration value that indicates formatting information. Returns the hash code for the current DXStringFormat object. The hash code. Gets or sets the type of display for hotkey prefixes that relate to text. An enumeration value that indicates the hotkey prefix display type. Gets or sets the string’s vertical alignment.’ An enumeration value that indicates the vertical line alignment. Gets or sets tab stops for the DXStringFormat object. The number of spaces between the beginning of a text line and the first tab stop. Gets or sets how trim text when it exceeds the edges of the layout rectangle. An enumeration value that indicates how to trim characters from a string that does not fit into a layout shape. Specifies the display and layout information for text strings. Text has the right-to-left text direction. Text is vertically aligned. Control characters such as the left-to-right mark are shown in the output with a glyph. Parts of characters are allowed to overhang the string’s layout rectangle. Only entire lines are laid out in the formatting rectangle. Includes the trailing space at the end of each line. Overhanging glyph parts and unwrapped text reaching outside the formatting rectangle are allowed to be displayed. Fallback to alternate fonts for characters not supported in the requested font is disabled. Any missing characters are displayed with the font missing glyph, usually an open square. Text wrapping between lines is disabled. This flag is implied when a point is passed instead of a rectangle, or when the specified text rectangle has a zero line length. Lists values that indicate how to trim characters from a string that does not completely fit into a layout shape. The text is trimmed to the nearest character. The text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible. The text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. No trimming is specified. The text is trimmed to the nearest word. Defines a vector image. Clones the current DXSvgImage object. A copy of the DXSvgImage object. Determines whether the specified object is equal to the current DXSvgImage instance. An object to compare. true if the object parameter has the same property values as the current DXSvgImage instance; otherwise, false. Rotates and flips the image. An enumeration value that indicates the rotation and flip type. Lists values that indicate the quality of text rendering. An antialiased glyph bitmap without hinting is used to draw each character. Better quality due to antialiasing. Stem width differences may be noticeable because hinting is turned off. An antialiased glyph bitmap with hinting is used to draw each character. Much better quality due to antialiasing, but at a higher performance cost. A glyph ClearType bitmap with hinting is used to draw each character. The highest quality setting. Used to take advantage of ClearType font features. A glyph bitmap is used to draw each character. Hinting is not used. A glyph bitmap is used to draw each character. Hinting is used to improve character appearance on stems and curvatures. A glyph bitmap with system default rendering hint is used to draw each character. The text is drawn using font-smoothing settings the user has selected for the system. A brush that uses an image to fill a shape interior. Initializes a new instance of the class with specified settings. An image used in the brush. An enumeration value that indicates how shapes are filled Clones the current DXTextureBrush instance. A copy of the current DXTextureBrush instance. Disposes of the DXTextureBrush object. Determines whether the specified object is equal to the current DXTextureBrush instance. An object to test. true if the obj parameter has the same property values as the current DXTextureBrush instance; otherwise, false. Returns the hash code for the current DXHatchBrush object. The hash code for the current object. Obtains an image used in the brush. An image with which the brush fills shapes. Base class for pattern brushes. Determines whether the specified object is equal to the current DXTilingBrush instance. An object to test. true if the object parameter has the same property values as the current DXTilingBrush instance; otherwise, false. Gets the hash code for DXTilingBrush. The hash code. Gets or sets a copy of the geometric world transformation. A copy of the DXMatrix that is the geometric world transformation. Gets or sets the brush’s wrap mode. An enumeration value that indicates the wrap mode. Lists values that indicate how to lite a texture or gradient it is smaller than the area being filled. The texture or gradient is not tiled. Tiles the gradient or texture. Reverses the texture or gradient horizontally and then tiles the texture or gradient. Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient. Reverses the texture or gradient vertically and then tiles the texture or gradient. Contains extension members for the DevExpress.Drawing library. Contains extension methods for the class. Converts a DXGraphicsUnit object to a DPI number. An enumeration value that indicates the unit type. The DPI number. Converts a DXGraphicsUnit object to a DPI number using the device-independent Pixel constant. An enumeration value to convert. The DPI number. Contains extension methods for the class. Converts a DXImage object to the Image object. The object to convert. The resulting image. Contains cross-platform counterparts of the System.Drawing.Printing classes not supported in non-Windows environments. Lists values that specify the duplex printing mode. Default mode (Simplex). Pages are bound along the long edge of the page. Pages are bound along the short edge of the page. Printing on one side of the paper. Specifies standard paper sizes. A2 paper (420 mm by 594 mm). A3 paper (297 mm by 420 mm). A3 extra paper (322 mm by 445 mm). A3 extra transverse paper (322 mm by 445 mm). A3 rotated paper (420 mm by 297 mm). A3 transverse paper (297 mm by 420 mm). A4 paper (210 mm by 297 mm). A4 extra paper (236 mm by 322 mm). This value is specific to the PostScript driver and is used only by Linotronic printers to help save paper. A4 plus paper (210 mm by 330 mm). A4 rotated paper (297 mm by 210 mm). Requires Windows NT 4.0 or later. A4 small paper (210 mm by 297 mm). A4 transverse paper (210 mm by 297 mm). A5 paper (148 mm by 210 mm). A5 extra paper (174 mm by 235 mm). A5 rotated paper (210 mm by 148 mm). A5 transverse paper (148 mm by 210 mm). A6 paper (105 mm by 148 mm). Requires Windows NT 4.0 or later. A6 rotated paper (148 mm by 105 mm). Requires Windows NT 4.0 or later. SuperA/SuperA/A4 paper (227 mm by 356 mm). B4 paper (250 mm by 353 mm). B4 envelope (250 mm by 353 mm). JIS B4 rotated paper (364 mm by 257 mm). Requires Windows NT 4.0 or later. B5 paper (176 mm by 250 mm). B5 envelope (176 mm by 250 mm). ISO B5 extra paper (201 mm by 276 mm). JIS B5 rotated paper (257 mm by 182 mm). Requires Windows NT 4.0 or later. JIS B5 transverse paper (182 mm by 257 mm). B6 envelope (176 mm by 125 mm). JIS B6 paper (128 mm by 182 mm). Requires Windows NT 4.0 or later. JIS B6 rotated paper (182 mm by 128 mm). Requires Windows NT 4.0 or later. SuperB/SuperB/A3 paper (305 mm by 487 mm). C3 envelope (324 mm by 458 mm). C4 envelope (229 mm by 324 mm). C5 envelope (162 mm by 229 mm).s C6 envelope (114 mm by 162 mm). C65 envelope (114 mm by 229 mm). C paper (17 in. by 22 in.). The paper size is defined by the user. DL envelope (110 mm by 220 mm). D paper (22 in. by 34 in.). E paper (34 in. by 44 in.). Executive paper (7.25 in. by 10.5 in.). Folio paper (8.5 in. by 13 in.). German legal fanfold (8.5 in. by 13 in.). German standard fanfold (8.5 in. by 12 in.). Invitation envelope (220 mm by 220 mm). ISO B4 (250 mm by 353 mm). Italy envelope (110 mm by 230 mm). Japanese double postcard (200 mm by 148 mm). Requires Windows NT 4.0 or later. Japanese rotated double postcard (148 mm by 200 mm). Requires Windows NT 4.0 or later. Japanese Chou #3 envelope. Requires Windows NT 4.0 or later. Japanese rotated Chou #3 envelope. Requires Windows NT 4.0 or later. Japanese Chou #4 envelope. Requires Windows NT 4.0 or later. Japanese rotated Chou #4 envelope. Requires Windows NT 4.0 or later. Japanese Kaku #2 envelope. Requires Windows NT 4.0 or later. Japanese rotated Kaku #2 envelope. Requires Windows NT 4.0 or later. Japanese Kaku #3 envelope. Requires Windows NT 4.0 or later. Japanese rotated Kaku #3 envelope. Requires Windows NT 4.0 or later. Japanese You #4 envelope. Requires Windows NT 4.0 or later. Japanese You #4 rotated envelope. Requires Windows NT 4.0 or later. Japanese postcard (100 mm by 148 mm). Japanese rotated postcard (148 mm by 100 mm). Requires Windows NT 4.0 or later. Ledger paper (17 in. by 11 in.). Legal paper (8.5 in. by 14 in.). Legal extra paper (9.275 in. by 15 in.). This value is specific to the PostScript driver and is used only by Linotronic printers in order to conserve paper. Letter paper (8.5 in. by 11 in.). Letter extra paper (9.275 in. by 12 in.). This value is specific to the PostScript driver and is used only by Linotronic printers in order to conserve paper. Letter extra transverse paper (9.275 in. by 12 in.). Letter plus paper (8.5 in. by 12.69 in.). Letter rotated paper (11 in. by 8.5 in.). Letter small paper (8.5 in. by 11 in.). Letter transverse paper (8.275 in. by 11 in.). Monarch envelope (3.875 in. by 7.5 in.). Note paper (8.5 in. by 11 in.). #10 envelope (4.125 in. by 9.5 in.). #11 envelope (4.5 in. by 10.375 in.). #12 envelope (4.75 in. by 11 in.). #14 envelope (5 in. by 11.5 in.). #9 envelope (3.875 in. by 8.875 in.). 6 3/4 envelope (3.625 in. by 6.5 in.). 16K paper (146 mm by 215 mm). Requires Windows NT 4.0 or later. 16K rotated paper (146 mm by 215 mm). Requires Windows NT 4.0 or later. 32K paper (97 mm by 151 mm). Requires Windows NT 4.0 or later. 32K big paper (97 mm by 151 mm). Requires Windows NT 4.0 or later. 32K big rotated paper (97 mm by 151 mm). Requires Windows NT 4.0 or later. 32K rotated paper (97 mm by 151 mm). Requires Windows NT 4.0 or later. #1 rotated envelope (165 mm by 102 mm). Requires Windows NT 4.0 or later. #10 envelope (324 mm by 458 mm). Requires Windows NT 4.0 or later. #10 rotated envelope (458 mm by 324 mm). Requires Windows NT 4.0 or later. #1 rotated envelope (165 mm by 102 mm). Requires Windows NT 4.0 or later. #2 envelope (102 mm by 176 mm). Requires Windows NT 4.0 or later. #2 rotated envelope (176 mm by 102 mm). Requires Windows NT 4.0 or later. #3 envelope (125 mm by 176 mm). Requires Windows NT 4.0 or later. #3 rotated envelope (176 mm by 125 mm). Requires Windows NT 4.0 or later. #4 envelope (110 mm by 208 mm). Requires Windows NT 4.0 or later. #4 rotated envelope (208 mm by 110 mm). Requires Windows NT 4.0 or later. #5 envelope (110 mm by 220 mm). Requires Windows NT 4.0 or later. Envelope #5 rotated envelope (220 mm by 110 mm). Requires Windows NT 4.0 or later. #6 envelope (120 mm by 230 mm). Requires Windows NT 4.0 or later. #6 rotated envelope (230 mm by 120 mm). Requires Windows NT 4.0 or later. #7 envelope (160 mm by 230 mm). Requires Windows NT 4.0 or later. #7 rotated envelope (230 mm by 160 mm). Requires Windows NT 4.0 or later. #8 envelope (120 mm by 309 mm). Requires Windows NT 4.0 or later. #8 rotated envelope (309 mm by 120 mm). Requires Windows NT 4.0 or later. #9 envelope (229 mm by 324 mm). Requires Windows NT 4.0 or later. #9 rotated envelope (324 mm by 229 mm). Requires Windows NT 4.0 or later. Quarto paper (215 mm by 275 mm). Standard paper (10 in. by 11 in.). Standard paper (10 in. by 14 in.). Standard paper (11 in. by 17 in.). Standard paper (12 in. by 11 in.). Requires Windows NT 4.0 or later. Standard paper (15 in. by 11 in.). Standard paper (9 in. by 11 in.). Statement paper (5.5 in. by 8.5 in.). Tabloid paper (11 in. by 17 in.). Tabloid extra paper (11.69 in. by 18 in.). This value is specific to the PostScript driver and is used only by Linotronic printers in order to conserve paper. US standard fanfold (14.875 in. by 11 in.). Defines a paper size. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. the name of the paper. The width of the paper, in hundredths of an inch. The height of the paper, in hundredths of an inch. Gets or sets the paper height. The height of the paper, in hundredths of an inch. Gets the type of paper. An enumeration value that indicates the paper type. Gets or sets the paper name. The name of the paper. Returns a string that specifies `DXPaperSize’. A string that specifies `DXPaperSize’. Gets or sets the paper width. The width of the paper, in hundredths of an inch. Contains printer options. Initializes a new instance of the class. Specifies whether the printed document is collated. true to collate the printed document; otherwise, false Specifies the number of copies. The number of copies. Specifies whether and how to print on both sides of the paper. A value that specifies the duplex mode. Specifies the range of pages for printing. A that defines the page range. Specifies the name of the printer where the document is sent. A that is the printer name. Provides an API that supports vector images. A raster image created from a vector icon. Creates a new instance of the class from the specified vector image. A vector image. This member supports the internal infrastructure, and is not intended to be used directly from your code. true to dispose the images; otherwise, false. Creates a new SvgBitmap object from the specified vector image. The vector image. The SvgBitmap object. This member supports the internal infrastructure, and is not intended to be used directly from your code. The image size. The SvgBitmap object. This member supports the internal infrastructure, and is not intended to be used directly from your code. The object. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets the image offset. A System.Drawing.PointF structure that specifies the image offset. This member supports the internal infrastructure, and is not intended to be used directly from your code. A List of vector image elements. This member supports the internal infrastructure, and is not intended to be used directly from your code. The action. This member supports the internal infrastructure, and is not intended to be used directly from your code. Creates a new SvgBitmap object from the specified vector image. A path to the image file. The SvgBitmap object. Creates a new SvgBitmap object from the specified stream that stores a vector image. The stream that stores the image. The SvgBitmap object. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. The PointF structure that specifies the coordinates of the test-point. Returns a raster image with the specified scale factor based on the SVG bitmap. A color palette of the current application skin and visual element state. The scale factor. 1 to draw an image as is. DefaultBoolean.True to enable high-speed rendering; otherwise, DefaultBoolean.False. DefaultBoolean.True to enable image cache; otherwise, DefaultBoolean.False. A raster image based on the SVG bitmap. Returns a raster image with the specified size based on the SVG bitmap. The image size, in pixels. A color palette of the current application skin and visual element state. DefaultBoolean.True to enable high-speed rendering; otherwise, DefaultBoolean.False. DefaultBoolean.True to enable image cache; otherwise, DefaultBoolean.False. A raster image based on the SVG bitmap. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. true to dispose the image; otherwise, false. Saves the image to the specified file. A path to the file to store the image. Gets or sets the scale factor. The scale factor. 1 to draw an image as is. A vector image. The SvgImage object. This member supports the internal infrastructure, and is not intended to be used directly from your code. The SVG image rendering mode. This member supports the internal infrastructure, and is not intended to be used directly from your code. An element (primitive) from which the vector image consists. An element wrapper.