Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 

A

ActiveBorder - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the active window's border.
ActiveCaption - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the background of the active window's title bar.
ActiveCaptionText - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the text in the active window's title bar.
add(Point, Size) - Static method in class com.aspose.drawing.Point
Adds the specified Size to the specified Point.
add(PointF, Size) - Static method in class com.aspose.drawing.PointF
Translates a given PointF by a specified SizeF.
add(PointF, SizeF) - Static method in class com.aspose.drawing.PointF
Translates a given PointF by a specified SizeF.
add(Size, Size) - Static method in class com.aspose.drawing.Size
Adds the width and height of one Size structure to the width and height of another Size structure.
add(SizeF, SizeF) - Static method in class com.aspose.drawing.SizeF
Adds the width and height of one SizeF structure to the width and height of another SizeF structure.
addArc(RectangleF, float, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Appends an elliptical arc to the current figure.
addArc(float, float, float, float, float, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Appends an elliptical arc to the current figure.
addBezier(PointF, PointF, PointF, PointF) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a cubic Bézier curve to the current figure.
addBezier(float, float, float, float, float, float, float, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a cubic Bézier curve to the current figure.
addBeziers(Point[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a sequence of connected cubic Bézier curves to the current figure.
addBeziers(PointF[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a sequence of connected cubic Bézier curves to the current figure.
addClosedCurve(PointF[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a closed curve to this path.
addClosedCurve(PointF[], float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a closed curve to this path.
addCurve(Point[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a spline curve to the current figure.
addCurve(PointF[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a spline curve to the current figure.
addCurve(PointF[], float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a spline curve to the current figure.
addCurve(PointF[], int, int, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a spline curve to the current figure.
addEllipse(RectangleF) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds an ellipse to the current path.
addEllipse(float, float, float, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds an ellipse to the current path.
addFamilies(FontFamily[]) - Method in class com.aspose.drawing.text.InstalledFontCollection
Adds families to the global system fonts collection.
addFontDefinition(int, FontDefinitionExt) - Method in class com.aspose.drawing.FontFamilyDefinition
Adds the font definition to font family.
addFontFile(String) - Method in class com.aspose.drawing.text.PrivateFontCollection
Adds a font from the specified file to this PrivateFontCollection.
addLine(PointF, PointF) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Appends a line segment to this GraphicsPath.
addLine(float, float, float, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Appends a line segment to this GraphicsPath.
addLines(PointF[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Appends a series of connected line segments to the end of this GraphicsPath.
addLines(Point[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Appends a series of connected line segments to the end of this GraphicsPath.
addMemoryFont(byte[], int) - Method in class com.aspose.drawing.text.PrivateFontCollection
Adds a font contained in system memory to this PrivateFontCollection.
addMetafileComment(byte[]) - Method in class com.aspose.drawing.Graphics
Adds a comment to the current Metafile.
addPath(GraphicsPath, boolean) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Appends the specified GraphicsPath to this path.
addPie(Rectangle, float, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds the outline of a pie shape to this path.
addPie(float, float, float, float, float, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds the outline of a pie shape to this path.
addPolygon(PointF[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a polygon to this path.
addPolygon(Point[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a polygon to this path.
addRectangle(Rectangle) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a rectangle to this path.
addRectangle(RectangleF) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a rectangle to this path.
addRectangles(RectangleF[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a series of rectangles to this path.
addRectangles(Rectangle[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a series of rectangles to this path.
addString(String, FontFamily, int, float, Point, StringFormat) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a text string to this path.
addString(String, FontFamily, int, float, PointF, StringFormat) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a text string to this path.
addString(String, FontFamily, int, float, Rectangle, StringFormat) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a text string to this path.
addString(String, FontFamily, int, float, RectangleF, StringFormat) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds a text string to this path.
AdjustableArrowCap - Class in com.aspose.drawing.drawing2d
Represents an adjustable arrow-shaped line cap.
AdjustableArrowCap(float, float) - Constructor for class com.aspose.drawing.drawing2d.AdjustableArrowCap
Initializes a new instance of the AdjustableArrowCap class.
AdjustableArrowCap(float, float, boolean) - Constructor for class com.aspose.drawing.drawing2d.AdjustableArrowCap
Initializes a new instance of the AdjustableArrowCap class.
AliceBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
AllPages - Static variable in class com.aspose.drawing.printing.PrintRange
All pages are printed.
Alpha - Static variable in class com.aspose.drawing.imaging.PixelFormat
The pixel data contains alpha values that are not premultiplied.
Alternate - Static variable in class com.aspose.drawing.drawing2d.FillMode
Specifies the alternate fill mode.
AltGrays - Static variable in class com.aspose.drawing.imaging.ColorMatrixFlag
Only gray shades are adjusted.
AnchorMask - Static variable in class com.aspose.drawing.drawing2d.LineCap
Specifies a mask used to check whether a line cap is an anchor cap.
AntiAlias - Static variable in class com.aspose.drawing.drawing2d.SmoothingMode
Specifies antialiased rendering.
AntiAlias - Static variable in class com.aspose.drawing.text.TextRenderingHint
Each character is drawn using its antialiased glyph bitmap without hinting.
AntiAliasGridFit - Static variable in class com.aspose.drawing.text.TextRenderingHint
Each character is drawn using its antialiased glyph bitmap with hinting.
AntiqueWhite - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Any - Static variable in class com.aspose.drawing.imaging.ColorAdjustType
The number of types specified.
Append - Static variable in class com.aspose.drawing.drawing2d.MatrixOrder
The new operation is applied after the old operation.
AppWorkspace - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the application workspace.
Aqua - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Aquamarine - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
ArrowAnchor - Static variable in class com.aspose.drawing.drawing2d.LineCap
Specifies an arrow-shaped anchor cap.
AssumeLinear - Static variable in class com.aspose.drawing.drawing2d.CompositingQuality
Assume linear values.
Azure - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.

B

BackwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
A pattern of lines on a diagonal from upper right to lower left.
BackwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.LinearGradientMode
Specifies a gradient from upper right to lower left.
beginContainer() - Method in class com.aspose.drawing.Graphics
Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container.
beginContainer(Rectangle, Rectangle, int) - Method in class com.aspose.drawing.Graphics
Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container with the specified scale transformation.
beginContainer(RectangleF, RectangleF, int) - Method in class com.aspose.drawing.Graphics
Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container with the specified scale transformation.
BeginContainer - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.BeginContainer methods.
BeginContainerNoParams - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.BeginContainer methods.
beginInvoke(IntPtr, AsyncCallback, Object) - Method in class com.aspose.drawing.Graphics.DrawImageAbort
 
beginInvoke(int, int, int, IntPtr, PlayRecordCallback, AsyncCallback, Object) - Method in class com.aspose.drawing.Graphics.EnumerateMetafileProc
 
beginInvoke(int, int, int, byte[], PlayRecordCallback, AsyncCallback, Object) - Method in class com.aspose.drawing.Graphics.EnumerateMetafileProcByte
 
beginInvoke(AsyncCallback, Object) - Method in class com.aspose.drawing.Image.GetThumbnailImageAbort
 
beginInvoke(int, int, int, byte[], AsyncCallback, Object) - Method in class com.aspose.drawing.imaging.PlayRecordCallback
 
Beige - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Bevel - Static variable in class com.aspose.drawing.drawing2d.LineJoin
Specifies a beveled join.
Bezier - Static variable in class com.aspose.drawing.drawing2d.PathPointType
A default Bézier curve.
Bezier3 - Static variable in class com.aspose.drawing.drawing2d.PathPointType
A cubic Bézier curve.
Bicubic - Static variable in class com.aspose.drawing.drawing2d.InterpolationMode
Specifies bicubic interpolation.
Bilinear - Static variable in class com.aspose.drawing.drawing2d.InterpolationMode
Specifies bilinear interpolation.
Bilinear - Static variable in class com.aspose.drawing.drawing2d.WarpMode
Specifies a bilinear warp.
Bisque - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Bitmap - Class in com.aspose.drawing
Encapsulates a bitmap, which consists of the pixel data for a graphics image and its attributes.
Bitmap(int, int) - Constructor for class com.aspose.drawing.Bitmap
Initializes a new instance of the Bitmap class with the specified size.
Bitmap(String) - Constructor for class com.aspose.drawing.Bitmap
Initializes a new instance of the Bitmap class from the specified file.
Bitmap(String, boolean) - Constructor for class com.aspose.drawing.Bitmap
Initializes a new instance of the Bitmap class from the specified file.
Bitmap(InputStream) - Constructor for class com.aspose.drawing.Bitmap
Initializes a new instance of the Bitmap class from the specified data stream.
Bitmap(InputStream, boolean) - Constructor for class com.aspose.drawing.Bitmap
Initializes a new instance of the Bitmap class from the specified data stream.
Bitmap(int, int, int) - Constructor for class com.aspose.drawing.Bitmap
Initializes a new instance of the Bitmap class with the specified size and format.
Bitmap(int, int, int, int, int[]) - Constructor for class com.aspose.drawing.Bitmap
Initializes a new instance of the Bitmap class with the specified size and pixel data.
Bitmap(Image) - Constructor for class com.aspose.drawing.Bitmap
Initializes a new instance of the Bitmap class from the specified existing image.
Bitmap(Image, Size) - Constructor for class com.aspose.drawing.Bitmap
Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size.
Bitmap(Image, int, int) - Constructor for class com.aspose.drawing.Bitmap
Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size.
Bitmap - Static variable in class com.aspose.drawing.imaging.ColorAdjustType
Color adjustment information for ColorAdjustType.Bitmap objects.
BitmapData - Class in com.aspose.drawing.imaging
Specifies the attributes of a bitmap image.
BitmapData() - Constructor for class com.aspose.drawing.imaging.BitmapData
 
Black - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Blackness - Static variable in class com.aspose.drawing.CopyPixelOperation
The destination area is filled by using the color associated with index 0 in the physical palette.
BlanchedAlmond - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Blend - Class in com.aspose.drawing.drawing2d
Defines a blend pattern for a LinearGradientBrush object.
Blend() - Constructor for class com.aspose.drawing.drawing2d.Blend
Initializes a new instance of the Blend class.
Blend(int) - Constructor for class com.aspose.drawing.drawing2d.Blend
Initializes a new instance of the Blend class with the specified number of factors and positions.
Blue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
BlueViolet - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Bold - Static variable in class com.aspose.drawing.FontStyle
Bold text.
BottomCenter - Static variable in class com.aspose.drawing.ContentAlignment
Content is vertically aligned at the bottom, and horizontally aligned at the center.
BottomLeft - Static variable in class com.aspose.drawing.ContentAlignment
Content is vertically aligned at the bottom, and horizontally aligned on the left.
BottomRight - Static variable in class com.aspose.drawing.ContentAlignment
Content is vertically aligned at the bottom, and horizontally aligned on the right.
Brown - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Brush - Class in com.aspose.drawing
Defines objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
Brush() - Constructor for class com.aspose.drawing.Brush
 
Brush - Static variable in class com.aspose.drawing.imaging.ColorAdjustType
Color adjustment information for ColorAdjustType.Brush objects.
Brushes - Class in com.aspose.drawing
Brushes for all the standard colors.
BurlyWood - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
ButtonFace - Static variable in class com.aspose.drawing.KnownColor
The system-defined face color of a 3-D element.
ButtonHighlight - Static variable in class com.aspose.drawing.KnownColor
The system-defined color that is the highlight color of a 3-D element.
ButtonShadow - Static variable in class com.aspose.drawing.KnownColor
The system-defined color that is the shadow color of a 3-D element.

C

Caching - Static variable in class com.aspose.drawing.imaging.ImageFlags
The pixel data can be cached for faster access.
CadetBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Canonical - Static variable in class com.aspose.drawing.imaging.PixelFormat
The default pixel format of 32 bits per pixel.
CaptureBlt - Static variable in class com.aspose.drawing.CopyPixelOperation
Windows that are layered on top of your window are included in the resulting image.
ceiling(PointF) - Static method in class com.aspose.drawing.Point
 
ceiling(RectangleF) - Static method in class com.aspose.drawing.Rectangle
Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.
ceiling(SizeF) - Static method in class com.aspose.drawing.Size
Converts the specified SizeF structure to a Size structure by rounding the values of the Size structure to the next higher integer values.
Center - Static variable in class com.aspose.drawing.drawing2d.PenAlignment
Specifies that the Pen object is centered over the theoretical line.
Center - Static variable in class com.aspose.drawing.StringAlignment
Specifies that text is aligned in the center of the layout rectangle.
Character - Static variable in class com.aspose.drawing.StringTrimming
Specifies that the text is trimmed to the nearest character.
CharacterRange - Class in com.aspose.drawing
Specifies a range of character positions within a string.
CharacterRange() - Constructor for class com.aspose.drawing.CharacterRange
 
CharacterRange(int, int) - Constructor for class com.aspose.drawing.CharacterRange
Initializes a new instance of the CharacterRange struct, specifying a range of character positions within a string.
Chartreuse - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Chocolate - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
CHROMINANCE_TABLE - Static variable in class com.aspose.drawing.imaging.Encoder
An Encoder object that is initialized with the globally unique identifier for the chrominance table parameter category.
Clamp - Static variable in class com.aspose.drawing.drawing2d.WrapMode
The texture or gradient is not tiled.
clear(Color) - Method in class com.aspose.drawing.Graphics
Clears the entire drawing surface and fills it with the specified background color.
Clear - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.Clear.
clearBrushRemapTable() - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the brush color-remap table of this ImageAttributes object.
clearColorKey() - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the color key (transparency range) for the default category.
clearColorKey(int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the color key (transparency range) for a specified category.
clearColorMatrix() - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the color-adjustment matrix for the default category.
clearColorMatrix(int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the color-adjustment matrix for a specified category.
clearGamma() - Method in class com.aspose.drawing.imaging.ImageAttributes
Disables gamma correction for the default category.
clearGamma(int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Disables gamma correction for a specified category.
clearNoOp() - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the NoOp setting for the default category.
clearNoOp(int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the NoOp setting for a specified category.
clearOutputChannel() - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the CMYK (cyan-magenta-yellow-black) output channel setting for the default category.
clearOutputChannel(int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the (cyan-magenta-yellow-black) output channel setting for a specified category.
clearOutputChannelColorProfile() - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the output channel color profile setting for the default category.
clearOutputChannelColorProfile(int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the output channel color profile setting for a specified category.
clearRemapTable() - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the color-remap table for the default category.
clearRemapTable(int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the color-remap table for a specified category.
clearThreshold() - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the threshold value for the default category.
clearThreshold(int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Clears the threshold value for a specified category.
ClearTypeGridFit - Static variable in class com.aspose.drawing.text.TextRenderingHint
Each character is drawn using its glyph ClearType bitmap with hinting.
Clone() - Method in class com.aspose.drawing.CharacterRange
 
clone() - Method in class com.aspose.drawing.CharacterRange
 
Clone() - Method in class com.aspose.drawing.Color
 
Clone() - Method in class com.aspose.drawing.Point
 
clone() - Method in class com.aspose.drawing.Point
 
Clone() - Method in class com.aspose.drawing.PointF
 
clone() - Method in class com.aspose.drawing.PointF
 
Clone() - Method in class com.aspose.drawing.Rectangle
 
clone() - Method in class com.aspose.drawing.Rectangle
 
Clone() - Method in class com.aspose.drawing.RectangleF
 
clone() - Method in class com.aspose.drawing.RectangleF
 
Clone() - Method in class com.aspose.drawing.Size
 
clone() - Method in class com.aspose.drawing.Size
 
Clone() - Method in class com.aspose.drawing.SizeF
 
clone() - Method in class com.aspose.drawing.SizeF
 
CloneTo(CharacterRange) - Method in class com.aspose.drawing.CharacterRange
 
CloneTo(Color) - Method in class com.aspose.drawing.Color
 
CloneTo(Point) - Method in class com.aspose.drawing.Point
 
CloneTo(PointF) - Method in class com.aspose.drawing.PointF
 
CloneTo(Rectangle) - Method in class com.aspose.drawing.Rectangle
 
CloneTo(RectangleF) - Method in class com.aspose.drawing.RectangleF
 
CloneTo(Size) - Method in class com.aspose.drawing.Size
 
CloneTo(SizeF) - Method in class com.aspose.drawing.SizeF
 
closeAllFigures() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Closes all open figures in this path and starts a new figure.
closeFigure() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Closes the current figure and starts a new figure.
CloseSubpath - Static variable in class com.aspose.drawing.drawing2d.PathPointType
The endpoint of a subpath.
Color - Class in com.aspose.drawing
Represents an ARGB (alpha, red, green, blue) color.
Color() - Constructor for class com.aspose.drawing.Color
 
Color(int) - Constructor for class com.aspose.drawing.Color
Initializes a new instance of the Color struct.
COLOR_DEPTH - Static variable in class com.aspose.drawing.imaging.Encoder
An Encoder object that is initialized with the globally unique identifier for the color depth parameter category.
ColorAdjustType - Class in com.aspose.drawing.imaging
Specifies which GDI+ objects use color adjustment information.
ColorBlend - Class in com.aspose.drawing.drawing2d
Defines arrays of colors and positions used for interpolating color blending in a multicolor gradient.
ColorBlend() - Constructor for class com.aspose.drawing.drawing2d.ColorBlend
Initializes a new instance of the ColorBlend class.
ColorBlend(int) - Constructor for class com.aspose.drawing.drawing2d.ColorBlend
Initializes a new instance of the ColorBlend class with the specified number of colors and positions.
ColorChannelC - Static variable in class com.aspose.drawing.imaging.ColorChannelFlag
The cyan color channel.
ColorChannelFlag - Class in com.aspose.drawing.imaging
Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space.
ColorChannelK - Static variable in class com.aspose.drawing.imaging.ColorChannelFlag
The black color channel.
ColorChannelLast - Static variable in class com.aspose.drawing.imaging.ColorChannelFlag
The last selected channel should be used.
ColorChannelM - Static variable in class com.aspose.drawing.imaging.ColorChannelFlag
The magenta color channel.
ColorChannelY - Static variable in class com.aspose.drawing.imaging.ColorChannelFlag
The yellow color channel.
ColorConverter - Class in com.aspose.drawing
Converts colors from one data type to another.
ColorConverter() - Constructor for class com.aspose.drawing.ColorConverter
 
ColorInfo - Class in com.aspose.drawing.internal
The color info.
ColorInfo(Rectangle, int[]) - Constructor for class com.aspose.drawing.internal.ColorInfo
Initializes a new instance of the ColorInfo class.
ColorInfo64 - Class in com.aspose.drawing.internal
The color info.
ColorInfo64(Rectangle, long[]) - Constructor for class com.aspose.drawing.internal.ColorInfo64
Initializes a new instance of the ColorInfo class.
ColorMap - Class in com.aspose.drawing.imaging
Defines a map for converting colors.
ColorMap() - Constructor for class com.aspose.drawing.imaging.ColorMap
Initializes a new instance of the ColorMap class.
ColorMatrix - Class in com.aspose.drawing.imaging
Defines a 5 x 5 matrix that contains the coordinates for the RGBA space.
ColorMatrix() - Constructor for class com.aspose.drawing.imaging.ColorMatrix
Initializes a new instance of the ColorMatrix class.
ColorMatrix(float[][]) - Constructor for class com.aspose.drawing.imaging.ColorMatrix
Initializes a new instance of the ColorMatrix class using the elements in the specified matrix newColorMatrix.
ColorMatrixFlag - Class in com.aspose.drawing.imaging
Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an ImageAttributes.
ColorPalette - Class in com.aspose.drawing.imaging
Defines an array of colors that make up a color palette.
ColorPalette(int) - Constructor for class com.aspose.drawing.imaging.ColorPalette
Initializes a new instance of the ColorPalette class and IsCompactPalette is false.
ColorSpaceCmyk - Static variable in class com.aspose.drawing.imaging.ImageFlags
The pixel data uses a CMYK color space.
ColorSpaceGray - Static variable in class com.aspose.drawing.imaging.ImageFlags
The pixel data is grayscale.
ColorSpaceRgb - Static variable in class com.aspose.drawing.imaging.ImageFlags
The pixel data uses an RGB color space.
ColorSpaceYcbcr - Static variable in class com.aspose.drawing.imaging.ImageFlags
Specifies that the image is stored using a YCBCR color space.
ColorSpaceYcck - Static variable in class com.aspose.drawing.imaging.ImageFlags
Specifies that the image is stored using a YCCK color space.
ColorTranslator - Class in com.aspose.drawing
Translates colors to and from GDI+ Color structures.
ColorTranslator() - Constructor for class com.aspose.drawing.ColorTranslator
 
ColorTypeCMYK - Static variable in class com.aspose.drawing.imaging.EncoderValue
Not used in GDI+ version 1.0.
ColorTypeYCCK - Static variable in class com.aspose.drawing.imaging.EncoderValue
Not used in GDI+ version 1.0.
com.aspose.drawing - package com.aspose.drawing
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
com.aspose.drawing.drawing2d - package com.aspose.drawing.drawing2d
 
com.aspose.drawing.dynabic.metered - package com.aspose.drawing.dynabic.metered
 
com.aspose.drawing.imaging - package com.aspose.drawing.imaging
 
com.aspose.drawing.internal - package com.aspose.drawing.internal
 
com.aspose.drawing.printing - package com.aspose.drawing.printing
 
com.aspose.drawing.text - package com.aspose.drawing.text
 
CombineMode - Class in com.aspose.drawing.drawing2d
Specifies how different clipping regions can be combined.
Comment - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.AddMetafileComment.
Complement - Static variable in class com.aspose.drawing.drawing2d.CombineMode
Specifies that the existing region is replaced by the result of the existing region being removed from the new region.
complement(RectangleF) - Method in class com.aspose.drawing.Region
Updates this Region to contain the portion of the specified RectangleF structure that does not intersect with this Region.
complement(Rectangle) - Method in class com.aspose.drawing.Region
Updates this Region to contain the portion of the specified Rectangle structure that does not intersect with this Region.
complement(GraphicsPath) - Method in class com.aspose.drawing.Region
Updates this Region to contain the portion of the specified GraphicsPath that does not intersect with this Region.
complement(Region) - Method in class com.aspose.drawing.Region
Updates this Region to contain the portion of the specified Region that does not intersect with this Region.
CompositingMode - Class in com.aspose.drawing.drawing2d
Specifies how the source colors are combined with the background colors.
CompositingQuality - Class in com.aspose.drawing.drawing2d
Specifies the quality level to use during compositing.
COMPRESSION - Static variable in class com.aspose.drawing.imaging.Encoder
An Encoder object that is initialized with the globally unique identifier for the compression parameter category.
CompressionCCITT3 - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies the CCITT3 compression scheme.
CompressionCCITT4 - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies the CCITT4 compression scheme.
CompressionLZW - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies the LZW compression scheme.
CompressionNone - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies no compression.
CompressionRle - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies the RLE compression scheme.
contains(int, int) - Method in class com.aspose.drawing.Rectangle
Determines if the specified point is contained within this Rectangle structure.
contains(Point) - Method in class com.aspose.drawing.Rectangle
Determines if the specified point is contained within this Rectangle structure.
contains(Rectangle) - Method in class com.aspose.drawing.Rectangle
 
contains(float, float) - Method in class com.aspose.drawing.RectangleF
Determines if the specified point is contained within this RectangleF structure.
contains(PointF) - Method in class com.aspose.drawing.RectangleF
Determines if the specified point is contained within this RectangleF structure.
contains(RectangleF) - Method in class com.aspose.drawing.RectangleF
Determines if the rectangular region represented by rect is entirely contained within this RectangleF structure.
ContentAlignment - Class in com.aspose.drawing
Specifies alignment of content on the drawing surface.
Control - Static variable in class com.aspose.drawing.KnownColor
The system-defined face color of a 3-D element.
ControlDark - Static variable in class com.aspose.drawing.KnownColor
The system-defined shadow color of a 3-D element.
ControlDarkDark - Static variable in class com.aspose.drawing.KnownColor
The system-defined color that is the dark shadow color of a 3-D element.
ControlLight - Static variable in class com.aspose.drawing.KnownColor
The system-defined color that is the light color of a 3-D element.
ControlLightLight - Static variable in class com.aspose.drawing.KnownColor
The system-defined highlight color of a 3-D element.
ControlText - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of text in a 3-D element.
convertFrom(Locale, Object) - Static method in class com.aspose.drawing.ColorConverter
Converts from.
convertRectToIntegerRect(Rect) - Static method in class com.aspose.drawing.internal.RegionHelper
Converts ,Rect object to IntegerRect object.
CoordinateSpace - Class in com.aspose.drawing.drawing2d
Specifies the system to use when evaluating coordinates.
copyData(PointF[][], byte[][], int, int) - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
Copies the GraphicsPath.PathPoints property and GraphicsPath.PathTypes property arrays of the associated GraphicsPath into the two specified arrays.
copyFromScreen(Point, Point, Size) - Method in class com.aspose.drawing.Graphics
Performs a bit-block transfer of color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics.
copyFromScreen(int, int, int, int, Size, int) - Method in class com.aspose.drawing.Graphics
Performs a bit-block transfer of the color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics.
copyFromScreen(Point, Point, Size, int) - Method in class com.aspose.drawing.Graphics
Performs a bit-block transfer of color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics.
CopyPixelOperation - Class in com.aspose.drawing
Determines how the source color in a copy pixel operation is combined with the destination color to result in a final color.
Coral - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
CornflowerBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Cornsilk - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Count - Static variable in class com.aspose.drawing.imaging.ColorAdjustType
The number of types specified.
createRegionData(Region) - Static method in class com.aspose.drawing.internal.RegionHelper
Creates bytes representing the region data from instance of Region class.
createSkiaRegionFromRegionData(RegionData) - Static method in class com.aspose.drawing.internal.RegionHelper
Creates an instance of Region class from region data serialized using GDI+ format.
Crimson - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Cross - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies horizontal and vertical lines that cross.
CurrentPage - Static variable in class com.aspose.drawing.printing.PrintRange
The currently displayed page is printed
Custom - Static variable in class com.aspose.drawing.drawing2d.DashStyle
Specifies a user-defined custom dash style.
Custom - Static variable in class com.aspose.drawing.drawing2d.LineCap
Specifies a custom line cap.
CustomLineCap - Class in com.aspose.drawing.drawing2d
Encapsulates a custom user-defined line cap.
CustomLineCap(GraphicsPath, GraphicsPath) - Constructor for class com.aspose.drawing.drawing2d.CustomLineCap
Initializes a new instance of the CustomLineCap class with the specified outline and fill.
CustomLineCap(GraphicsPath, GraphicsPath, int) - Constructor for class com.aspose.drawing.drawing2d.CustomLineCap
Initializes a new instance of the CustomLineCap class from the specified existing LineCap enumeration with the specified outline and fill.
CustomLineCap(GraphicsPath, GraphicsPath, int, float) - Constructor for class com.aspose.drawing.drawing2d.CustomLineCap
Initializes a new instance of the CustomLineCap class from the specified existing LineCap enumeration with the specified outline, fill, and inset.
Cyan - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.

D

DarkBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkCyan - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkDownwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies diagonal lines that slant to the right from top points to bottom points, are spaced 50 percent closer together than, and are twice the width of System.Drawing.drawing2d.HatchStyle.ForwardDiagonal.
DarkGoldenrod - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkGray - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkHorizontal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies horizontal lines that are spaced 50 percent closer together than System.Drawing.drawing2d.HatchStyle.Horizontal and are twice the width of System.Drawing.drawing2d.HatchStyle.Horizontal.
DarkKhaki - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkMagenta - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkOliveGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkOrange - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkOrchid - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkRed - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkSalmon - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkSeaGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkSlateBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkSlateGray - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkTurquoise - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DarkUpwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies diagonal lines that slant to the left from top points to bottom points, are spaced 50 percent closer together than System.Drawing.drawing2d.HatchStyle.BackwardDiagonal, and are twice its width, but the lines are not antialiased.
DarkVertical - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies vertical lines that are spaced 50 percent closer together than System.Drawing.drawing2d.HatchStyle.Vertical and are twice its width.
DarkViolet - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Dash - Static variable in class com.aspose.drawing.drawing2d.DashStyle
Specifies a line consisting of dashes.
DashCap - Class in com.aspose.drawing.drawing2d
Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
DashDot - Static variable in class com.aspose.drawing.drawing2d.DashStyle
Specifies a line consisting of a repeating pattern of dash-dot.
DashDotDot - Static variable in class com.aspose.drawing.drawing2d.DashStyle
Specifies a line consisting of a repeating pattern of dash-dot-dot.
DashedDownwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies dashed diagonal lines, that slant to the right from top points to bottom points.
DashedHorizontal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies dashed horizontal lines.
DashedUpwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies dashed diagonal lines, that slant to the left from top points to bottom points.
DashedVertical - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies dashed vertical lines.
DashMode - Static variable in class com.aspose.drawing.drawing2d.PathPointType
The corresponding segment is dashed.
DashStyle - Class in com.aspose.drawing.drawing2d
Specifies the style of dashed lines drawn with a Pen object.
deepClone(Rectangle, int) - Method in class com.aspose.drawing.Bitmap
Creates a copy of the section of this Bitmap defined by Rectangle structure and with a specified PixelFormat(Image.getPixelFormat()) enumeration.
deepClone(RectangleF, int) - Method in class com.aspose.drawing.Bitmap
Creates a copy of the section of this Bitmap defined with a specified PixelFormat enumeration.
deepClone() - Method in class com.aspose.drawing.Brush
When overridden in a derived class, creates an exact copy of this Brush.
deepClone() - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Creates an exact copy of this CustomLineCap.
deepClone() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Make a copy of the current path object.
deepClone() - Method in class com.aspose.drawing.drawing2d.HatchBrush
Creates an exact copy of this HatchBrush object.
deepClone() - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Creates an exact copy of this LinearGradientBrush.
deepClone() - Method in class com.aspose.drawing.drawing2d.Matrix
Creates an exact copy of this Matrix.
deepClone() - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Creates an exact copy of this PathGradientBrush.
deepClone() - Method in class com.aspose.drawing.Font
Creates an exact copy of this Font.
deepClone() - Method in class com.aspose.drawing.Icon
Clones the Icon, creating a duplicate image.
deepClone() - Method in class com.aspose.drawing.Image
Creates an exact copy of this Image.
deepClone() - Method in class com.aspose.drawing.imaging.ImageAttributes
Creates an exact copy of this ImageAttributes object.
deepClone() - Method in class com.aspose.drawing.Pen
Creates an exact copy of this Pen.
deepClone() - Method in class com.aspose.drawing.Region
Creates an exact copy of this Region.
deepClone() - Method in class com.aspose.drawing.SolidBrush
Creates an exact copy of this SolidBrush object.
deepClone() - Method in class com.aspose.drawing.StringFormat
Creates an exact copy of this StringFormat object.
deepClone() - Method in class com.aspose.drawing.TextureBrush
Creates an exact copy of this TextureBrush object.
DeepPink - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DeepSkyBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Default - Static variable in class com.aspose.drawing.drawing2d.CompositingQuality
Default quality.
Default - Static variable in class com.aspose.drawing.drawing2d.InterpolationMode
Specifies default mode.
Default - Static variable in class com.aspose.drawing.drawing2d.PixelOffsetMode
Specifies the default mode.
Default - Static variable in class com.aspose.drawing.drawing2d.SmoothingMode
Specifies no antialiasing.
Default - Static variable in class com.aspose.drawing.imaging.ColorAdjustType
Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.
Default - Static variable in class com.aspose.drawing.imaging.ColorMatrixFlag
All color values, including gray shades, are adjusted by the same color-adjustment matrix.
Desktop - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the desktop.
DestinationInvert - Static variable in class com.aspose.drawing.CopyPixelOperation
The destination area is inverted.
Device - Static variable in class com.aspose.drawing.drawing2d.CoordinateSpace
Specifies that coordinates are in the device coordinate context.
DiagonalBrick - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of layered bricks that slant to the left from top points to bottom points.
DiagonalCross - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
A pattern of crisscross diagonal lines.
DiamondAnchor - Static variable in class com.aspose.drawing.drawing2d.LineCap
Specifies a diamond anchor cap.
DimGray - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DirectionRightToLeft - Static variable in class com.aspose.drawing.StringFormatFlags
Text is displayed from right to left.
DirectionVertical - Static variable in class com.aspose.drawing.StringFormatFlags
Text is vertically aligned.
Display - Static variable in class com.aspose.drawing.GraphicsUnit
Specifies the unit of measure of the display device.
DisplayFormatControl - Static variable in class com.aspose.drawing.StringFormatFlags
Control characters such as the left-to-right mark are shown in the output with a representative glyph.
dispose() - Method in class com.aspose.drawing.Brush
Releases all resources used by this Brush object.
dispose() - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Releases all resources used by this CustomLineCap object.
dispose() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Releases all resources used by this GraphicsPath.
dispose() - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
dispose() - Method in class com.aspose.drawing.drawing2d.Matrix
Releases all resources used by this Matrix.
dispose() - Method in class com.aspose.drawing.Font
Releases all resources used by this Font.
dispose() - Method in class com.aspose.drawing.FontCollection
 
dispose() - Method in class com.aspose.drawing.FontFamily
Releases all resources used by this FontFamily.
dispose() - Method in class com.aspose.drawing.Graphics
Releases all resources used by this Graphics.
dispose() - Method in class com.aspose.drawing.Icon
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
dispose() - Method in class com.aspose.drawing.Image
Releases all resources used by this Image.
dispose() - Method in class com.aspose.drawing.imaging.EncoderParameter
Releases all resources used by this EncoderParameter object.
dispose() - Method in class com.aspose.drawing.imaging.EncoderParameters
Releases all resources used by this EncoderParameters object.
dispose() - Method in class com.aspose.drawing.imaging.ImageAttributes
Releases all resources used by this ImageAttributes object.
dispose() - Method in class com.aspose.drawing.internal.RegionBase
Releases all resources used by this RegionBase.
dispose() - Method in class com.aspose.drawing.internal.RegionEx
Releases all resources used by this RegionEx.
dispose() - Method in class com.aspose.drawing.MeteredExt
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
dispose() - Method in class com.aspose.drawing.Pen
Releases all resources used by this Pen.
dispose() - Method in class com.aspose.drawing.Region
Releases all resources used by this Region.
dispose() - Method in class com.aspose.drawing.StringFormat
Releases all resources used by this StringFormat object.
Divot - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of divots.
Document - Static variable in class com.aspose.drawing.GraphicsUnit
Specifies the document unit (1/300 inch) as the unit of measure.
Document - Static variable in class com.aspose.drawing.imaging.MetafileFrameUnit
The unit of measurement is 1/300 of an inch.
DodgerBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
DontCare - Static variable in class com.aspose.drawing.imaging.PixelFormat
No pixel format is specified.
Dot - Static variable in class com.aspose.drawing.drawing2d.DashStyle
Specifies a line consisting of dots.
DottedDiamond - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies forward diagonal and backward diagonal lines, each of which is composed of dots, that cross.
DottedGrid - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies horizontal and vertical lines, each of which is composed of dots, that cross.
drawArc(Pen, RectangleF, float, float) - Method in class com.aspose.drawing.Graphics
Draws an arc representing a portion of an ellipse specified by a RectangleF structure.
drawArc(Pen, float, float, float, float, float, float) - Method in class com.aspose.drawing.Graphics
Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.
DrawArc - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawArc methods.
drawBezier(Pen, PointF, PointF, PointF, PointF) - Method in class com.aspose.drawing.Graphics
Draws a Bézier spline defined by four PointF structures.
drawBezier(Pen, float, float, float, float, float, float, float, float) - Method in class com.aspose.drawing.Graphics
Draws a Bézier spline defined by four ordered pairs of coordinates that represent points.
drawBeziers(Pen, PointF[]) - Method in class com.aspose.drawing.Graphics
Draws a series of Bézier splines from an array of Point structures.
drawBeziers(Pen, Point[]) - Method in class com.aspose.drawing.Graphics
Draws a series of Bézier splines from an array of PointF structures.
DrawBeziers - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawBeziers methods.
drawClosedCurve(Pen, PointF[], float, int) - Method in class com.aspose.drawing.Graphics
Draws a closed cardinal spline defined by an array of PointF structures using a specified tension.
drawClosedCurve(Pen, PointF[]) - Method in class com.aspose.drawing.Graphics
Draws a closed cardinal spline defined by an array of PointF structures.
drawClosedCurve(Pen, Point[], float, int) - Method in class com.aspose.drawing.Graphics
Draws a closed cardinal spline defined by an array of Point structures using a specified tension.
drawClosedCurve(Pen, Point[]) - Method in class com.aspose.drawing.Graphics
Draws a closed cardinal spline defined by an array of Point structures.
DrawClosedCurve - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawClosedCurve methods.
drawCurve(Pen, PointF[]) - Method in class com.aspose.drawing.Graphics
Draws a cardinal spline through a specified array of PointF structures.
drawCurve(Pen, Point[]) - Method in class com.aspose.drawing.Graphics
Draws a cardinal spline through a specified array of Point structures.
drawCurve(Pen, Point[], float) - Method in class com.aspose.drawing.Graphics
Draws a cardinal spline through a specified array of Point structures using a specified tension.
drawCurve(Pen, PointF[], int, int) - Method in class com.aspose.drawing.Graphics
Draws a cardinal spline through a specified array of PointF structures using a specified tension.
drawCurve(Pen, PointF[], int, int, float) - Method in class com.aspose.drawing.Graphics
Draws a cardinal spline through a specified array of PointF structures using a specified tension.
drawCurve(Pen, Point[], int, int, float) - Method in class com.aspose.drawing.Graphics
Draws a cardinal spline through a specified array of Point structures using a specified tension.
drawCurve(Pen, PointF[], float) - Method in class com.aspose.drawing.Graphics
Draws a cardinal spline through a specified array of PointF structures using a specified tension.
DrawCurve - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawCurve methods.
DrawDriverString - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
Specifies a character string, a location, and formatting information.
drawEllipse(Pen, RectangleF) - Method in class com.aspose.drawing.Graphics
Draws an ellipse defined by a bounding RectangleF.
drawEllipse(Pen, float, float, float, float) - Method in class com.aspose.drawing.Graphics
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
DrawEllipse - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawEllipse methods.
drawIcon(Icon, int, int) - Method in class com.aspose.drawing.Graphics
Draws the image represented by the specified Icon at the specified coordinates.
drawIcon(Icon, Rectangle) - Method in class com.aspose.drawing.Graphics
Draws the image represented by the specified Icon within the area specified by a Rectangle structure.
drawIconUnstretched(Icon, Rectangle) - Method in class com.aspose.drawing.Graphics
Draws the image represented by the specified Icon without scaling the image.
drawImage(Image, int, int) - Method in class com.aspose.drawing.Graphics
Draws the specified image, using its original physical size, at the location specified by a coordinate pair.
drawImage(Image, float, float) - Method in class com.aspose.drawing.Graphics
Draws the specified Image, using its original physical size, at the specified location.
drawImage(Image, Point) - Method in class com.aspose.drawing.Graphics
Draws the specified Image, using its original physical size, at the specified location.
drawImage(Image, Point[]) - Method in class com.aspose.drawing.Graphics
Draws the specified Е:Image at the specified location and with the specified shape and size.
drawImage(Image, PointF) - Method in class com.aspose.drawing.Graphics
Draws the specified Image, using its original physical size, at the specified location.
drawImage(Image, PointF[]) - Method in class com.aspose.drawing.Graphics
Draws the specified Image at the specified location and with the specified shape and size.
drawImage(Image, int, int, int, int) - Method in class com.aspose.drawing.Graphics
Draws the specified Image at the specified location and with the specified size.
drawImage(Image, Rectangle) - Method in class com.aspose.drawing.Graphics
Draws the specified Image at the specified location and with the specified size.
drawImage(Image, RectangleF) - Method in class com.aspose.drawing.Graphics
Draws the specified Image at the specified location and with the specified size.
drawImage(Image, float, float, float, float) - Method in class com.aspose.drawing.Graphics
Draws the specified Image, using its original physical size, at the specified location and with the specified size.
drawImage(Image, int, int, Rectangle, int) - Method in class com.aspose.drawing.Graphics
Draws a portion of an image at a specified location.
drawImage(Image, float, float, RectangleF, int) - Method in class com.aspose.drawing.Graphics
Draws a portion of an image at a specified location.
drawImage(Image, PointF[], RectangleF, int) - Method in class com.aspose.drawing.Graphics
Draws the specified portion of the specified Image at the specified location and with the specified size.
drawImage(Image, Point[], Rectangle, int) - Method in class com.aspose.drawing.Graphics
Draws the specified portion of the specified Image at the specified location and with the specified size.
drawImage(Image, Point[], Rectangle, int, ImageAttributes) - Method in class com.aspose.drawing.Graphics
Draws the specified portion of the specified Image at the specified location and with the specified size.
drawImage(Image, PointF[], RectangleF, int, ImageAttributes) - Method in class com.aspose.drawing.Graphics
Draws the specified portion of the specified Image at the specified location and with the specified size.
drawImage(Image, Rectangle, Rectangle, int) - Method in class com.aspose.drawing.Graphics
Draws the specified portion of the specified Image at the specified location and with the specified size.
drawImage(Image, Rectangle, int, int, int, int, int, ImageAttributes) - Method in class com.aspose.drawing.Graphics
Draws the specified portion of the specified Image at the specified location and with the specified size.
drawImage(Image, RectangleF, RectangleF, int) - Method in class com.aspose.drawing.Graphics
Draws the specified portion of the specified Image at the specified location and with the specified size.
drawImage(Image, Rectangle, int, int, int, int, int) - Method in class com.aspose.drawing.Graphics
Draws the specified portion of the specified Image at the specified location and with the specified size.
drawImage(Image, Rectangle, float, float, float, float, int) - Method in class com.aspose.drawing.Graphics
Draws the specified portion of the specified Image at the specified location and with the specified size.
drawImage(Image, Rectangle, float, float, float, float, int, ImageAttributes) - Method in class com.aspose.drawing.Graphics
Draws the specified portion of the specified Image at the specified location and with the specified size.
DrawImage - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawImage methods.
DrawImageAbort() - Constructor for class com.aspose.drawing.Graphics.DrawImageAbort
 
DrawImagePoints - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawImagePoints methods.
drawImageUnscaled(Image, int, int) - Method in class com.aspose.drawing.Graphics
Draws the specified image using its original physical size at the location specified by a coordinate pair.
drawImageUnscaled(Image, Point) - Method in class com.aspose.drawing.Graphics
Draws a specified image using its original physical size at a specified location.
drawImageUnscaled(Image, Rectangle) - Method in class com.aspose.drawing.Graphics
Draws a specified image using its original physical size at a specified location.
drawImageUnscaled(Image, int, int, int, int) - Method in class com.aspose.drawing.Graphics
Draws the specified image using its original physical size at the location specified by a coordinate pair.
drawImageUnscaledAndClipped(Image, Rectangle) - Method in class com.aspose.drawing.Graphics
Draws the specified image without scaling and clips it, if necessary, to fit in the specified rectangle.
DrawingSettings - Class in com.aspose.drawing
Allows to adjust the behavior of the drawing library in case of using of some features that are not yet implemented completely.
DrawingSettings() - Constructor for class com.aspose.drawing.DrawingSettings
 
drawLine(Pen, Point, Point) - Method in class com.aspose.drawing.Graphics
Draws a line connecting two Point structures.
drawLine(Pen, int, int, int, int) - Method in class com.aspose.drawing.Graphics
Draws a line connecting the two points specified by the coordinate pairs.
drawLine(Pen, PointF, PointF) - Method in class com.aspose.drawing.Graphics
Draws a line connecting two PointF structures.
drawLine(Pen, float, float, float, float) - Method in class com.aspose.drawing.Graphics
Draws a line connecting the two points specified by the coordinate pairs.
drawLines(Pen, PointF[]) - Method in class com.aspose.drawing.Graphics
Draws a series of line segments that connect an array of PointF structures.
drawLines(Pen, Point[]) - Method in class com.aspose.drawing.Graphics
Draws a series of line segments that connect an array of Point structures.
DrawLines - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawLines methods.
drawPath(Pen, GraphicsPath) - Method in class com.aspose.drawing.Graphics
Draws a GraphicsPath.
DrawPath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawPath.
drawPie(Pen, RectangleF, float, float) - Method in class com.aspose.drawing.Graphics
Draws a pie shape defined by an ellipse specified by a RectangleF structure and two radial lines.
drawPie(Pen, float, float, float, float, float, float) - Method in class com.aspose.drawing.Graphics
Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines.
DrawPie - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawPie methods.
drawPolygon(Pen, Point[]) - Method in class com.aspose.drawing.Graphics
Draws a polygon defined by an array of Point structures.
drawPolygon(Pen, PointF[]) - Method in class com.aspose.drawing.Graphics
Draws a polygon defined by an array of PointF structures.
drawRectangle(Pen, int, int, int, int) - Method in class com.aspose.drawing.Graphics
Draws a rectangle specified by a coordinate pair, a width, and a height.
drawRectangle(Pen, Rectangle) - Method in class com.aspose.drawing.Graphics
Draws a rectangle specified by a Rectangle structure.
drawRectangle(Pen, float, float, float, float) - Method in class com.aspose.drawing.Graphics
Draws a rectangle specified by a coordinate pair, a width, and a height.
drawRectangles(Pen, RectangleF[]) - Method in class com.aspose.drawing.Graphics
Draws a series of rectangles specified by RectangleF structures.
drawRectangles(Pen, Rectangle[]) - Method in class com.aspose.drawing.Graphics
Draws a series of rectangles specified by Rectangle structures.
DrawRects - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawRectangles methods.
drawString(String, Font, Brush, RectangleF) - Method in class com.aspose.drawing.Graphics
Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified StringFormat.
drawString(String, Font, Brush, PointF) - Method in class com.aspose.drawing.Graphics
Draws the specified text string at the specified location with the specified Brush and Font objects.
drawString(String, Font, Brush, PointF, StringFormat) - Method in class com.aspose.drawing.Graphics
Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat.
drawString(String, Font, Brush, float, float, StringFormat) - Method in class com.aspose.drawing.Graphics
Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat.
drawString(String, Font, Brush, float, float) - Method in class com.aspose.drawing.Graphics
Draws the specified text string at the specified location with the specified Brush and Font objects.
drawString(String, Font, Brush, RectangleF, StringFormat) - Method in class com.aspose.drawing.Graphics
Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified StringFormat.
DrawString - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.DrawString methods.

E

EllipsisCharacter - Static variable in class com.aspose.drawing.StringTrimming
Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
EllipsisPath - Static variable in class com.aspose.drawing.StringTrimming
The center is removed from trimmed lines and replaced by an ellipsis.
EllipsisWord - Static variable in class com.aspose.drawing.StringTrimming
Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
Emf - Static variable in class com.aspose.drawing.imaging.MetafileType
Specifies an Enhanced Metafile (EMF) file.
EmfAbortPath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfAlphaBlend - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfAngleArc - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfArcTo - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfBeginPath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfBitBlt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfChord - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfCloseFigure - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfColorCorrectPalette - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfColorMatchToTargetW - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfCreateBrushIndirect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfCreateColorSpace - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfCreateColorSpaceW - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfCreateDibPatternBrushPt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfCreateMonoBrush - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfCreatePalette - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfCreatePen - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfDeleteColorSpace - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfDeleteObject - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfDrawEscape - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfEllipse - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfEndPath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfEof - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfExcludeClipRect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfExtCreateFontIndirect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfExtCreatePen - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfExtEscape - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfExtFloodFill - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfExtSelectClipRgn - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfExtTextOutA - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfExtTextOutW - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfFillPath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfFillRgn - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfFlattenPath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfForceUfiMapping - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfFrameRgn - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfGdiComment - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfGlsBoundedRecord - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfGlsRecord - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfGradientFill - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfHeader - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfIntersectClipRect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfInvertRgn - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfLineTo - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfMaskBlt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfMax - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfMin - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfModifyWorldTransform - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfMoveToEx - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfNamedEscpae - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfOffsetClipRgn - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfOnly - Static variable in class com.aspose.drawing.imaging.EmfType
Specifies that all the records in the metafile are EMF records, which can be displayed by GDI or GDI+.
EmfPaintRgn - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPie - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPixelFormat - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPlgBlt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPlusDual - Static variable in class com.aspose.drawing.imaging.EmfType
Specifies that all EMF+ records in the metafile are associated with an alternate EMF record.
EmfPlusDual - Static variable in class com.aspose.drawing.imaging.MetafileType
Specifies an EMF+ Dual file.
EmfPlusOnly - Static variable in class com.aspose.drawing.imaging.EmfType
Specifies that all the records in the metafile are EMF+ records, which can be displayed by GDI+ but not by GDI.
EmfPlusOnly - Static variable in class com.aspose.drawing.imaging.MetafileType
Specifies an EMF+ file.
EmfPlusRecordBase - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPlusRecordType - Class in com.aspose.drawing.imaging
Specifies the methods available for use with a metafile to read and write graphic commands.
EmfPolyBezier - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyBezier16 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyBezierTo - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyBezierTo16 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyDraw - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyDraw16 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolygon - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolygon16 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyline - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyline16 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyLineTo - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolylineTo16 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyPolygon - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyPolygon16 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyPolyline - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyPolyline16 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyTextOutA - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfPolyTextOutW - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfRealizePalette - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfRectangle - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfReserved069 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfReserved117 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfResizePalette - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfRestoreDC - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfRoundArc - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfRoundRect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSaveDC - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfScaleViewportExtEx - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfScaleWindowExtEx - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSelectClipPath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSelectObject - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSelectPalette - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetArcDirection - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetBkColor - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetBkMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetBrushOrgEx - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetColorAdjustment - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetColorSpace - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetDIBitsToDevice - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetIcmMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetIcmProfileA - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetIcmProfileW - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetLayout - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetLinkedUfis - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetMapMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetMapperFlags - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetMetaRgn - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetMiterLimit - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetPaletteEntries - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetPixelV - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetPolyFillMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetROP2 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetStretchBltMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetTextAlign - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetTextColor - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetTextJustification - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetViewportExtEx - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetViewportOrgEx - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetWindowExtEx - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetWindowOrgEx - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSetWorldTransform - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfSmallTextOut - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfStartDoc - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfStretchBlt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfStretchDIBits - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfStrokeAndFillPath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfStrokePath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfTransparentBlt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EmfType - Class in com.aspose.drawing.imaging
Specifies the nature of the records that are placed in an Enhanced Metafile (EMF) file.
EmfWidenPath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Enhanced-Format Metafiles" in the GDI section of the MSDN Library.
EMPTY - Static variable in class com.aspose.drawing.Color
Represents a color that is null.
EMPTY - Static variable in class com.aspose.drawing.Point
Represents a Point that has Point.X and Point.Y values set to zero.
Encoder - Class in com.aspose.drawing.imaging
An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter.
Encoder(UUID) - Constructor for class com.aspose.drawing.imaging.Encoder
Initializes a new instance of the Encoder class from the specified globally unique identifier (GUID).
EncoderParameter - Class in com.aspose.drawing.imaging
Used to pass a value, or an array of values, to an image encoder.
EncoderParameter(Encoder, byte) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and one unsigned 8-bit integer.
EncoderParameter(Encoder, byte, boolean) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and one 8-bit value.
EncoderParameter(Encoder, short) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and one, 16-bit integer.
EncoderParameter(Encoder, long) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and one 64-bit integer.
EncoderParameter(Encoder, int, int) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified ##System object and a pair of 32-bit integers.
EncoderParameter(Encoder, long, long) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and a pair of 64-bit integers.
EncoderParameter(Encoder, int, int, int, int) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and four, 32-bit integers.
EncoderParameter(Encoder, String) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and a character string.
EncoderParameter(Encoder, byte[]) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and an array of unsigned 8-bit integers.
EncoderParameter(Encoder, byte[], boolean) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and an array of bytes.
EncoderParameter(Encoder, short[]) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and an array of 16-bit integers.
EncoderParameter(Encoder, long[]) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and an array of 64-bit integers.
EncoderParameter(Encoder, int[], int[]) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and two arrays of 32-bit integers.
EncoderParameter(Encoder, long[], long[]) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and two arrays of 64-bit integers.
EncoderParameter(Encoder, int[], int[], int[], int[]) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and four arrays of 32-bit integers.
EncoderParameter(Encoder, int, int, int) - Constructor for class com.aspose.drawing.imaging.EncoderParameter
Initializes a new instance of the EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and three integers that specify the number of values, the data type of the values, and a pointer to the values stored in the EncoderParameter object.
EncoderParameters - Class in com.aspose.drawing.imaging
Encapsulates an array of EncoderParameter objects.
EncoderParameters(int) - Constructor for class com.aspose.drawing.imaging.EncoderParameters
Initializes a new instance of the EncoderParameters class that can contain the specified number of EncoderParameter objects.
EncoderParameters() - Constructor for class com.aspose.drawing.imaging.EncoderParameters
Initializes a new instance of the EncoderParameters class that can contain one EncoderParameter object.
EncoderValue - Class in com.aspose.drawing.imaging
Used to specify the parameter value passed to a JPEG or TIFF image encoder when using the M:Image.Save(System.String,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters) or M:Image.SaveAdd(System.Drawing.Imaging.EncoderParameters) methods.
endContainer(GraphicsContainer) - Method in class com.aspose.drawing.Graphics
Closes the current graphics container and restores the state of this Graphics to the state saved by a call to the Graphics.beginContainer() method.
EndContainer - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.EndContainer.
endInvoke(IAsyncResult) - Method in class com.aspose.drawing.Graphics.DrawImageAbort
 
endInvoke(IAsyncResult) - Method in class com.aspose.drawing.Graphics.EnumerateMetafileProcByte
 
endInvoke(IAsyncResult) - Method in class com.aspose.drawing.Image.GetThumbnailImageAbort
 
endInvoke(IAsyncResult) - Method in class com.aspose.drawing.imaging.PlayRecordCallback
 
EndOfFile - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
Identifies a record that marks the last EMF+ record of a metafile.
enumerate(PointF[][], byte[][]) - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
Copies the GraphicsPath.PathPoints property and GraphicsPath.PathTypes property arrays of the associated GraphicsPath into the two specified arrays.
enumerateMetafile(Metafile, PointF, Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point using specified image attributes.
enumerateMetafile(Metafile, PointF, Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point.
enumerateMetafile(Metafile, PointF[], Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram.
enumerateMetafile(Metafile, Point, Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point.
enumerateMetafile(Metafile, Point, Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point.
enumerateMetafile(Metafile, Point, Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point using specified image attributes.
enumerateMetafile(Metafile, RectangleF, Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle.
enumerateMetafile(Metafile, RectangleF, Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle.
enumerateMetafile(Metafile, RectangleF, Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle using specified image attributes.
enumerateMetafile(Metafile, Rectangle, Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle.
enumerateMetafile(Metafile, PointF, Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point.
enumerateMetafile(Metafile, PointF[], Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram.
enumerateMetafile(Metafile, Point[], Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram.
enumerateMetafile(Metafile, Point[], Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram.
enumerateMetafile(Metafile, Point[], Rectangle, int, Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.
enumerateMetafile(Metafile, Point[], Rectangle, int, Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified parallelogram.
enumerateMetafile(Metafile, Point[], Rectangle, int, Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified parallelogram.
enumerateMetafile(Metafile, PointF[], RectangleF, int, Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.
enumerateMetafile(Metafile, PointF[], RectangleF, int, Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified parallelogram.
enumerateMetafile(Metafile, PointF[], RectangleF, int, Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a SMetafile, one at a time, to a callback method for display in a specified parallelogram.
enumerateMetafile(Metafile, Rectangle, Rectangle, int, Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle using specified image attributes.
enumerateMetafile(Metafile, Rectangle, Rectangle, int, Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle.
enumerateMetafile(Metafile, Rectangle, Rectangle, int, Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle.
enumerateMetafile(Metafile, PointF[], Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.
enumerateMetafile(Metafile, RectangleF, RectangleF, int, Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle using specified image attributes.
enumerateMetafile(Metafile, RectangleF, RectangleF, int, Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle.
enumerateMetafile(Metafile, Point, Rectangle, int, Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point using specified image attributes.
enumerateMetafile(Metafile, Point, Rectangle, int, Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point.
enumerateMetafile(Metafile, Point, Rectangle, int, Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point.
enumerateMetafile(Metafile, Rectangle, Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle.
enumerateMetafile(Metafile, PointF, RectangleF, int, Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point using specified image attributes.
enumerateMetafile(Metafile, PointF, RectangleF, int, Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point.
enumerateMetafile(Metafile, PointF, RectangleF, int, Graphics.EnumerateMetafileProcByte) - Method in class com.aspose.drawing.Graphics
Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point.
enumerateMetafile(Metafile, Point[], Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.
enumerateMetafile(Metafile, RectangleF, RectangleF, int, Graphics.EnumerateMetafileProcByte, byte[]) - Method in class com.aspose.drawing.Graphics
Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle.
enumerateMetafile(Metafile, Rectangle, Graphics.EnumerateMetafileProcByte, byte[], ImageAttributes) - Method in class com.aspose.drawing.Graphics
Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle using specified image attributes.
EnumerateMetafileProc() - Constructor for class com.aspose.drawing.Graphics.EnumerateMetafileProc
 
EnumerateMetafileProcByte() - Constructor for class com.aspose.drawing.Graphics.EnumerateMetafileProcByte
 
equals(Object) - Method in class com.aspose.drawing.CharacterRange
Gets a value indicating whether this object is equivalent to the specified object.
equals(Color) - Method in class com.aspose.drawing.Color
Tests whether the specified color is equivalent to this color.
equals(Object) - Method in class com.aspose.drawing.Color
Tests whether the specified object is equivalent to this color.
equals(Object) - Method in class com.aspose.drawing.dynabic.metered.Metered
Determines whether the specified Object, is equal to this instance.
equals(Object) - Method in class com.aspose.drawing.Font
Indicates whether the specified object is a Font and has the same FontFamily(Font.getFontFamily()), M:GdiVerticalFont, M:GdiCharSet, M:Style, M:Size, and M:Unit property values as this Font.
equals(Object) - Method in class com.aspose.drawing.FontFamily
Indicates whether the specified object is a FontFamily and is identical to this FontFamily.
equals(Object) - Method in class com.aspose.drawing.imaging.FrameDimension
Returns a value that indicates whether the specified object is a FrameDimension equivalent to this FrameDimension object.
equals(Object) - Method in class com.aspose.drawing.imaging.ImageFormat
Returns a value that indicates whether the specified object is an ImageFormat object that is equivalent to this ImageFormat object.
equals(Object) - Method in class com.aspose.drawing.Point
Specifies whether this Point contains the same coordinates as the specified Object.
equals(Point) - Method in class com.aspose.drawing.Point
Tests whether other Point structure has the same location of this Point structure.
equals(Object) - Method in class com.aspose.drawing.PointF
Specifies whether this PointF contains the same coordinates as the specified Object.
equals(PointF) - Method in class com.aspose.drawing.PointF
Tests whether other PointF structure has the same location of this PointF structure.
equals(Object) - Method in class com.aspose.drawing.Rectangle
Tests whether obj is a Rectangle structure with the same location and size of this Rectangle structure.
equals(Rectangle) - Method in class com.aspose.drawing.Rectangle
Tests whether other Rectangle structure has the same location and size of this Rectangle structure.
equals(Object) - Method in class com.aspose.drawing.RectangleF
Determines whether the specified Object, is equal to this instance.
equals(RectangleF) - Method in class com.aspose.drawing.RectangleF
Tests whether other RectangleF structure has the same location and size of this RectangleF structure.
equals(Region, Graphics) - Method in class com.aspose.drawing.Region
Tests whether the specified Region is identical to this Region on the specified drawing surface.
equals(Object) - Method in class com.aspose.drawing.Size
Tests to see whether the specified object is a Size with the same dimensions as this Size.
equals(Size) - Method in class com.aspose.drawing.Size
Tests whether other Size structure has the same size of this Size structure.
equals(Object) - Method in class com.aspose.drawing.SizeF
Tests to see whether the specified object is a SizeF structure with the same dimensions as this SizeF structure.
equals(SizeF) - Method in class com.aspose.drawing.SizeF
Tests whether other SizeF structure has the same size of this SizeF structure.
ExactAlignment - Static variable in class com.aspose.drawing.StringFormatFlags
The exact alignment, correct padding GDI+
Exclude - Static variable in class com.aspose.drawing.drawing2d.CombineMode
Specifies that the existing region is replaced by the result of the new region being removed from the existing region.
exclude(RectangleF) - Method in class com.aspose.drawing.Region
Updates this Region to contain only the portion of its interior that does not intersect with the specified RectangleF structure.
exclude(Rectangle) - Method in class com.aspose.drawing.Region
Updates this Region to contain only the portion of its interior that does not intersect with the specified Rectangle structure.
exclude(GraphicsPath) - Method in class com.aspose.drawing.Region
Updates this Region to contain only the portion of its interior that does not intersect with the specified GraphicsPath.
exclude(Region) - Method in class com.aspose.drawing.Region
Updates this Region to contain only the portion of its interior that does not intersect with the specified Region.
excludeClip(Region) - Method in class com.aspose.drawing.Graphics
Updates the clip region of this Graphics to exclude the area specified by a Region.
excludeClip(Rectangle) - Method in class com.aspose.drawing.Graphics
Updates the clip region of this Graphics to exclude the area specified by a Rectangle
Extended - Static variable in class com.aspose.drawing.imaging.PixelFormat
Reserved value.
extractAssociatedIcon(String) - Static method in class com.aspose.drawing.Icon
Returns an icon representation of an image that is contained in the specified file.

F

Far - Static variable in class com.aspose.drawing.StringAlignment
Specifies that text is aligned far from the origin position of the layout rectangle.
Features - Class in com.aspose.drawing
Features of Aspose.Drawing library.
Features() - Constructor for class com.aspose.drawing.Features
 
fillClosedCurve(Brush, PointF[], int, float) - Method in class com.aspose.drawing.Graphics
Fills the interior of a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode and tension.
fillClosedCurve(Brush, PointF[]) - Method in class com.aspose.drawing.Graphics
Fills the interior of a closed cardinal spline curve defined by an array of PointF structures.
fillClosedCurve(Brush, PointF[], int) - Method in class com.aspose.drawing.Graphics
Fills the interior of a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode.
fillClosedCurve(Brush, Point[]) - Method in class com.aspose.drawing.Graphics
Fills the interior of a closed cardinal spline curve defined by an array of Point structures.
fillClosedCurve(Brush, Point[], int) - Method in class com.aspose.drawing.Graphics
Fills the interior of a closed cardinal spline curve defined by an array of Point structures using the specified fill mode.
fillClosedCurve(Brush, Point[], int, float) - Method in class com.aspose.drawing.Graphics
Fills the interior of a closed cardinal spline curve defined by an array of Point structures using the specified fill mode.
FillClosedCurve - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.FillClosedCurve methods.
fillEllipse(Brush, RectangleF) - Method in class com.aspose.drawing.Graphics
Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure.
fillEllipse(Brush, float, float, float, float) - Method in class com.aspose.drawing.Graphics
Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.
FillEllipse - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.FillEllipse methods.
FillMode - Class in com.aspose.drawing.drawing2d
Specifies how the interior of a closed path is filled.
fillPath(Brush, GraphicsPath) - Method in class com.aspose.drawing.Graphics
Fills the interior of a GraphicsPath.
FillPath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.FillPath.
fillPie(Brush, Rectangle, float, float) - Method in class com.aspose.drawing.Graphics
Fills the interior of a pie section defined by an ellipse specified by a Rectangle structure and two radial lines.
fillPie(Brush, float, float, float, float, float, float) - Method in class com.aspose.drawing.Graphics
Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.
fillPie(Brush, int, int, int, int, int, int) - Method in class com.aspose.drawing.Graphics
Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.
FillPie - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.FillPie methods.
fillPolygon(Brush, PointF[], int) - Method in class com.aspose.drawing.Graphics
Fills the interior of a polygon defined by an array of points specified by PointF structures using the specified fill mode.
fillPolygon(Brush, PointF[]) - Method in class com.aspose.drawing.Graphics
Fills the interior of a polygon defined by an array of points specified by PointF structures.
fillPolygon(Brush, Point[]) - Method in class com.aspose.drawing.Graphics
Fills the interior of a polygon defined by an array of points specified by Point structures.
fillPolygon(Brush, Point[], int) - Method in class com.aspose.drawing.Graphics
Fills the interior of a polygon defined by an array of points specified by Point structures using the specified fill mode.
FillPolygon - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.FillPolygon methods.
fillRectangle(Brush, float, float, float, float) - Method in class com.aspose.drawing.Graphics
Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height.
fillRectangle(Brush, RectangleF) - Method in class com.aspose.drawing.Graphics
Fills the interior of a rectangle specified by a RectangleF structure.
fillRectangles(Brush, Rectangle[]) - Method in class com.aspose.drawing.Graphics
Fills the interiors of a series of rectangles specified by Rectangle structures.
fillRectangles(Brush, RectangleF[]) - Method in class com.aspose.drawing.Graphics
Fills the interiors of a series of rectangles specified by RectangleF structures.
FillRects - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.FillRectangles methods.
fillRegion(Brush, Region) - Method in class com.aspose.drawing.Graphics
Fills the interior of a Region.
FillRegion - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.FillRegion.
Firebrick - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
FitBlackBox - Static variable in class com.aspose.drawing.StringFormatFlags
Parts of characters are allowed to overhang the string's layout rectangle.
Flat - Static variable in class com.aspose.drawing.drawing2d.DashCap
Specifies a square cap that squares off both ends of each dash.
Flat - Static variable in class com.aspose.drawing.drawing2d.LineCap
Specifies a flat line cap.
flatten() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Converts each curve in this path into a sequence of connected line segments.
flatten(Matrix) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Applies the specified transform and then converts each curve in this GraphicsPath.
flatten(Matrix, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Converts each curve in this GraphicsPath into a sequence of connected line segments.
FloralWhite - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Flush - Static variable in class com.aspose.drawing.drawing2d.FlushIntention
Specifies that the stack of all graphics operations is flushed immediately.
flush() - Method in class com.aspose.drawing.Graphics
Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish.
flush(int) - Method in class com.aspose.drawing.Graphics
Forces execution of all pending graphics operations with the method waiting or not waiting, as specified, to return before the operations finish.
Flush - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies that a multiple-frame file or stream should be closed.
FlushIntention - Class in com.aspose.drawing.drawing2d
Specifies whether commands in the graphics stack are terminated (flushed) immediately or executed as soon as possible.
Font - Class in com.aspose.drawing
Defines a particular format for text, including font face, size, and style attributes.
Font(Font, int) - Constructor for class com.aspose.drawing.Font
Initializes a new instance of the Font class uses the specified existing Font and FontStyle enumeration..
Font(FontFamily, float) - Constructor for class com.aspose.drawing.Font
Initializes a new instance of the Font class.
Font(FontFamily, float, int) - Constructor for class com.aspose.drawing.Font
Initializes a new instance of the Font class using a specified size and style..
Font(FontFamily, float, int, int) - Constructor for class com.aspose.drawing.Font
Initializes a new instance of the Font class using a specified size, style, and unit.
Font(FontFamily, float, int, int, byte) - Constructor for class com.aspose.drawing.Font
Initializes a new instance of the Font class using a specified size, style, unit, and character set..
Font(FontFamily, float, int, int, byte, boolean) - Constructor for class com.aspose.drawing.Font
Initializes a new instance of the Font class using a specified size, style, unit, and character set..
Font(String, float) - Constructor for class com.aspose.drawing.Font
Initializes a new instance of the Font class using a specified size.
Font(String, float, int) - Constructor for class com.aspose.drawing.Font
Initializes a new instance of the Font class using a specified size and style.
Font(String, float, int, int) - Constructor for class com.aspose.drawing.Font
Initializes a new instance of the Font class using a specified size, style, and unit.
Font(String, float, int, int, byte) - Constructor for class com.aspose.drawing.Font
Initializes a new instance of the Font class using a specified size, style, unit, and character set.
Font(String, float, int, int, byte, boolean) - Constructor for class com.aspose.drawing.Font
Initializes a new instance of the Font class using the specified size, style, unit, and character set.
FontCollection - Class in com.aspose.drawing
Provides a base class for installed and private font collections.
FontCollection() - Constructor for class com.aspose.drawing.FontCollection
 
FontDefinitionExt - Class in com.aspose.drawing
Class contains font definition,
FontDefinitionExt(String, String, List<String>, int, String, long) - Constructor for class com.aspose.drawing.FontDefinitionExt
Initializes a new instance of the FontDefinitionExt class.
FontFamily - Class in com.aspose.drawing
Defines a group of type faces having a similar basic design and certain variations in styles.
FontFamily(String) - Constructor for class com.aspose.drawing.FontFamily
Initializes a new instance of the FontFamily class with the specified name.
FontFamily(String, FontCollection) - Constructor for class com.aspose.drawing.FontFamily
Initializes a new instance of the FontFamily class.
FontFamily(String, FontFamilyDefinition) - Constructor for class com.aspose.drawing.FontFamily
Initializes a new instance of the FontFamily class.
FontFamilyDefinition - Class in com.aspose.drawing
The font family definition.
FontFamilyDefinition() - Constructor for class com.aspose.drawing.FontFamilyDefinition
Initializes a new instance of the FontFamilyDefinition class.
FontStyle - Class in com.aspose.drawing
Specifies style information applied to text.
ForestGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Format16bppArgb1555 - Static variable in class com.aspose.drawing.imaging.PixelFormat
The pixel format is 16 bits per pixel.
Format16bppGrayScale - Static variable in class com.aspose.drawing.imaging.PixelFormat
The pixel format is 16 bits per pixel.
Format16bppRgb555 - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the format is 16 bits per pixel; 5 bits each are used for the red, green, and blue components.
Format16bppRgb565 - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the format is 16 bits per pixel; 5 bits are used for the red component, 6 bits are used for the green component, and 5 bits are used for the blue component.
Format1bppIndexed - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the pixel format is 1 bit per pixel and that it uses indexed color.
Format24bppRgb - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components.
Format32bppArgb - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components.
Format32bppPArgb - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components.
Format32bppRgb - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the format is 32 bits per pixel; 8 bits each are used for the red, green, and blue components.
Format48bppRgb - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the format is 48 bits per pixel; 16 bits each are used for the red, green, and blue components.
Format4bppIndexed - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the format is 4 bits per pixel, indexed.
Format64bppArgb - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components.
Format64bppPArgb - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components.
Format8bppIndexed - Static variable in class com.aspose.drawing.imaging.PixelFormat
Specifies that the format is 8 bits per pixel, indexed.
ForwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
A pattern of lines on a diagonal from upper left to lower right.
ForwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.LinearGradientMode
Specifies a gradient from upper left to lower right.
FrameDimension - Class in com.aspose.drawing.imaging
Provides properties that get the frame dimensions of an image.
FrameDimension(UUID) - Constructor for class com.aspose.drawing.imaging.FrameDimension
Initializes a new instance of the FrameDimension class using the specified GUID structure.
FrameDimensionPage - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies that a frame is to be added to the page dimension of an image.
FrameDimensionResolution - Static variable in class com.aspose.drawing.imaging.EncoderValue
Not used in GDI+ version 1.0.
FrameDimensionTime - Static variable in class com.aspose.drawing.imaging.EncoderValue
Not used in GDI+ version 1.0.
fromArgb(int) - Static method in class com.aspose.drawing.Color
Creates a Color structure from a 32-bit ARGB value.
fromArgb(int, Color) - Static method in class com.aspose.drawing.Color
Creates a Color structure from the specified Color structure, but with the new specified alpha value.
fromArgb(int, int, int) - Static method in class com.aspose.drawing.Color
Creates a Color structure from the specified 8-bit color values (red, green, and blue).
fromArgb(int, int, int, int) - Static method in class com.aspose.drawing.Color
Creates a Color structure from the four ARGB component (alpha, red, green, and blue) values.
fromFile(String) - Static method in class com.aspose.drawing.Image
Creates an Image from the specified file.
fromHandle(byte[]) - Static method in class com.aspose.drawing.Icon
Creates a GDI+ Icon from the specified Windows handle to an icon (HICON).
fromHbitmap(byte[]) - Static method in class com.aspose.drawing.Image
Creates a Bitmap from a handle to a GDI bitmap.
fromHtml(String) - Static method in class com.aspose.drawing.ColorTranslator
Translates an HTML color representation to a GDI+ Color structure.
fromHwnd(byte[]) - Static method in class com.aspose.drawing.Graphics
Creates a new Graphics from the specified handle to a window.
fromImage(Image) - Static method in class com.aspose.drawing.Graphics
Creates a new Graphics from the specified Image.
fromKnownColor(int) - Static method in class com.aspose.drawing.Color
Creates a Color structure from the specified predefined color.
fromLTRB(int, int, int, int) - Static method in class com.aspose.drawing.Rectangle
Creates a Rectangle structure with the specified edge locations.
fromLTRB(float, float, float, float) - Static method in class com.aspose.drawing.RectangleF
Creates a RectangleF structure with upper-left corner and lower-right corner at the specified locations.
fromName(String) - Static method in class com.aspose.drawing.Color
Creates a Color structure from the specified name of a predefined color.
fromOle(int) - Static method in class com.aspose.drawing.ColorTranslator
Translates an OLE color value to a GDI+ Color structure.
fromPoints(Point, Point) - Static method in class com.aspose.drawing.Rectangle
Creates a new rectangle from two points.
fromPoints(PointF, PointF) - Static method in class com.aspose.drawing.RectangleF
Creates a new rectangle from two points.
fromStream(InputStream) - Static method in class com.aspose.drawing.Image
Creates an Image from the specified data stream.
fromStream(InputStream, boolean) - Static method in class com.aspose.drawing.Image
Creates an Image from the specified data stream, optionally using embedded color management information in that stream.
fromWin32(int) - Static method in class com.aspose.drawing.ColorTranslator
Translates a Windows color value to a GDI+ Color structure.
Fuchsia - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.

G

Gainsboro - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
GammaCorrected - Static variable in class com.aspose.drawing.drawing2d.CompositingQuality
Gamma correction is used.
Gdi - Static variable in class com.aspose.drawing.imaging.PixelFormat
The pixel data contains GDI colors.
GdiCompatible - Static variable in class com.aspose.drawing.imaging.MetafileFrameUnit
The unit of measurement is 0.01 millimeter.
GenericFontFamilies - Class in com.aspose.drawing.text
Specifies a generic FontFamily object.
get_Item(int, int) - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the specified row and column in the ColorMatrix.
getA() - Method in class com.aspose.drawing.Color
Gets the alpha component value of this Color structure.
getActiveBorder() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the active window's border.
getActiveCaption() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the background of the active window's title bar.
getActiveCaptionText() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the text in the active window's title bar.
getAdjustedPalette(ColorPalette, int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Adjusts the colors in a palette according to the adjustment settings of a specified category.
getAliceBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getAliceBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFF0F8FF.
getAliceBlue() - Static method in class com.aspose.drawing.Pens
Gets the alice blue Pen.
getAlignment() - Method in class com.aspose.drawing.Pen
Gets or sets the alignment for this Pen.
getAlignment() - Method in class com.aspose.drawing.StringFormat
Gets or sets text alignment information on the vertical plane.
getAntiqueWhite() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getAntiqueWhite() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFAEBD7.
getAntiqueWhite() - Static method in class com.aspose.drawing.Pens
Gets the antique white Pen.
getApplication() - Static method in class com.aspose.drawing.SystemIcons
Gets an Icon object that contains the default application icon (WIN32: IDI_APPLICATION).
getAppWorkspace() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the application workspace.
getAqua() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getAqua() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF00FFFF.
getAqua() - Static method in class com.aspose.drawing.Pens
Gets the aqua Pen.
getAquamarine() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getAquamarine() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF7FFFD4.
getAquamarine() - Static method in class com.aspose.drawing.Pens
Gets the aquamarine Pen.
getAsterisk() - Static method in class com.aspose.drawing.SystemIcons
Gets an Icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK).
getAzure() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getAzure() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFF0FFFF.
getAzure() - Static method in class com.aspose.drawing.Pens
Gets the azure Pen.
getB() - Method in class com.aspose.drawing.Color
Gets the blue component value of this Color structure.
getBackgroundColor() - Method in class com.aspose.drawing.drawing2d.HatchBrush
Gets the color of spaces between the hatch lines drawn by this HatchBrush object.
getBaseCap() - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Gets or sets the LineCap enumeration on which this CustomLineCap is based.
getBaseInset() - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Gets or sets the distance between the cap and the line.
getBboxBottom() - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Gets the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
getBboxLeft() - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Gets the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
getBboxRight() - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Gets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
getBboxTop() - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Gets the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
getBeige() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getBeige() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFF5F5DC.
getBeige() - Static method in class com.aspose.drawing.Pens
Gets the beige Pen.
getBisque() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getBisque() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFE4C4.
getBisque() - Static method in class com.aspose.drawing.Pens
Gets the bisque Pen.
getBlack() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getBlack() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF000000.
getBlack() - Static method in class com.aspose.drawing.Pens
Gets the black Pen.
getBlanchedAlmond() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getBlanchedAlmond() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFEBCD.
getBlanchedAlmond() - Static method in class com.aspose.drawing.Pens
Gets the blanched almond Pen.
getBlend() - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets a Blend(LinearGradientBrush.getBlend()/LinearGradientBrush.setBlend(Blend)) that specifies positions and factors that define a custom falloff for the gradient.
getBlend() - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets a Blend(PathGradientBrush.getBlend()/PathGradientBrush.setBlend(Blend)) that specifies positions and factors that define a custom falloff for the gradient.
getBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF0000FF.
getBlue() - Static method in class com.aspose.drawing.Pens
Gets the blue Pen.
getBlueViolet() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getBlueViolet() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF8A2BE2.
getBlueViolet() - Static method in class com.aspose.drawing.Pens
Gets the blue violet Pen.
getBmp() - Static method in class com.aspose.drawing.imaging.ImageFormat
Gets the bitmap (BMP) image format.
getBold() - Method in class com.aspose.drawing.Font
Gets a value indicating whether this Font is bold.
getBottom() - Method in class com.aspose.drawing.Rectangle
Gets the y-coordinate that is the sum of the Y and Height property values of this Rectangle structure.
getBottom() - Method in class com.aspose.drawing.RectangleF
Gets the y-coordinate that is the sum of Y and Height of this RectangleF structure.
getBounds() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Returns a rectangle that bounds this GraphicsPath.
getBounds(Matrix) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Returns a rectangle that bounds this GraphicsPath when this path is transformed by the specified Matrix.
getBounds(Matrix, Pen) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Returns a rectangle that bounds this GraphicsPath when the current path is transformed by the specified Matrix and drawn with the specified Pen.
getBounds() - Method in class com.aspose.drawing.drawing2d.GraphicsState
Gets the bounds.
getBounds(int[]) - Method in class com.aspose.drawing.Image
Gets the bounds of the image in the specified unit.
getBounds() - Method in class com.aspose.drawing.imaging.MetafileHeader
Gets a Rectangle that bounds the associated Metafile.
getBounds() - Method in class com.aspose.drawing.printing.PageSettings
Gets the size of the page, taking into account the page orientation specified by the PageSettings property .
getBounds(Graphics) - Method in class com.aspose.drawing.Region
Gets a RectangleF structure that represents a rectangle that bounds this Region on the drawing surface of a Graphics object.
getBrightness() - Method in class com.aspose.drawing.Color
Gets the hue-saturation-brightness (HSB) brightness value for this Color structure.
getBrown() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getBrown() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFA52A2A.
getBrown() - Static method in class com.aspose.drawing.Pens
Gets the brown Pen.
getBrush() - Method in class com.aspose.drawing.Pen
Gets or sets the Brush that determines attributes of this Pen.
getBurlyWood() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getBurlyWood() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFDEB887.
getBurlyWood() - Static method in class com.aspose.drawing.Pens
Gets the burly wood Pen.
getButtonFace() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the face color of a 3-D element.
getButtonHighlight() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the highlight color of a 3-D element.
getButtonShadow() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the shadow color of a 3-D element.
getCadetBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getCadetBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF5F9EA0.
getCadetBlue() - Static method in class com.aspose.drawing.Pens
Gets the cadet blue Pen.
getCaptionFont() - Static method in class com.aspose.drawing.SystemFonts
Gets a Font that is used to display text in the title bars of windows.
getCellAscent(int) - Method in class com.aspose.drawing.FontFamily
Returns the cell ascent, in design units, of the FontFamily of the specified style.
getCellDescent(int) - Method in class com.aspose.drawing.FontFamily
Returns the cell descent, in design units, of the FontFamily of the specified style.
getCenterColor() - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets the color at the center of the path gradient.
getCenterPoint() - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets the center point of the path gradient.
getCharacterSet() - Method in class com.aspose.drawing.Font
Gets a byte value that specifies the character set that this Font uses.
getChartreuse() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getChartreuse() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF7FFF00.
getChartreuse() - Static method in class com.aspose.drawing.Pens
Gets the chartreuse Pen.
getChecksum() - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Gets the checksum value for the previous ten WORD s in the header.
getChocolate() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getChocolate() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFD2691E.
getChocolate() - Static method in class com.aspose.drawing.Pens
Gets the chocolate Pen.
getClip() - Method in class com.aspose.drawing.drawing2d.GraphicsState
 
getClip() - Method in class com.aspose.drawing.Graphics
Gets a Region that limits the drawing region of this Graphics.
getClipBounds() - Method in class com.aspose.drawing.Graphics
Gets a RectangleF structure that bounds the clipping region of this Graphics.
getClsid() - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets a UUID structure that contains a GUID that identifies a specific codec.
getCodecName() - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets a string that contains the name of the codec.
getColor() - Method in class com.aspose.drawing.Pen
Gets or sets the color of this Pen.
getColor() - Method in class com.aspose.drawing.SolidBrush
Gets the color of this SolidBrush object.
getColors() - Method in class com.aspose.drawing.drawing2d.ColorBlend
Gets an array of colors that represents the colors to use at corresponding positions along a gradient.
getColors() - Method in class com.aspose.drawing.internal.ColorInfo
Gets the colors.
getColors() - Method in class com.aspose.drawing.internal.ColorInfo64
Gets the colors.
getCompositingMode() - Method in class com.aspose.drawing.Graphics
Gets a value that specifies how composited images are drawn to this Graphics.
getCompositingQuality() - Method in class com.aspose.drawing.Graphics
Gets the rendering quality of composited images drawn to this Graphics.
getCompoundArray() - Method in class com.aspose.drawing.Pen
Gets or sets an array of values that specifies a compound pen.
getConsumptionCredit() - Static method in class com.aspose.drawing.dynabic.metered.Metered
Gets consumption credit
getConsumptionCredit() - Static method in class com.aspose.drawing.MeteredExt
Gets consumption credit.
getConsumptionQuantity() - Static method in class com.aspose.drawing.dynabic.metered.Metered
Gets consumption file size
getConsumptionQuantity() - Static method in class com.aspose.drawing.MeteredExt
Gets consumption file size.
getControl() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the face color of a 3-D element.
getControlDark() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the shadow color of a 3-D element.
getControlDarkDark() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the dark shadow color of a 3-D element.
getControlLight() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the light color of a 3-D element.
getControlLightLight() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the highlight color of a 3-D element.
getControlText() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of text in a 3-D element.
getCoral() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getCoral() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFF7F50.
getCoral() - Static method in class com.aspose.drawing.Pens
Gets the coral Pen.
getCornflowerBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getCornflowerBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF6495ED.
getCornflowerBlue() - Static method in class com.aspose.drawing.Pens
Gets the cornflower blue Pen.
getCornsilk() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getCornsilk() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFF8DC.
getCornsilk() - Static method in class com.aspose.drawing.Pens
Gets the cornsilk Pen.
getCount() - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
Gets the number of points in the path.
getCrimson() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getCrimson() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFDC143C.
getCrimson() - Static method in class com.aspose.drawing.Pens
Gets the crimson Pen.
getCustomEndCap() - Method in class com.aspose.drawing.Pen
Gets or sets a custom cap to use at the end of lines drawn with this Pen.
getCustomStartCap() - Method in class com.aspose.drawing.Pen
Gets or sets a custom cap to use at the beginning of lines drawn with this Pen.
getCyan() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getCyan() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF00FFFF.
getCyan() - Static method in class com.aspose.drawing.Pens
Gets the cyan Pen.
getDarkBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF00008B.
getDarkBlue() - Static method in class com.aspose.drawing.Pens
Gets the dark blue Pen.
getDarkCyan() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkCyan() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF008B8B.
getDarkCyan() - Static method in class com.aspose.drawing.Pens
Gets the dark cyan Pen.
getDarkGoldenrod() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkGoldenrod() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFB8860B.
getDarkGoldenrod() - Static method in class com.aspose.drawing.Pens
Gets the dark goldenrod Pen.
getDarkGray() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkGray() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFA9A9A9.
getDarkGray() - Static method in class com.aspose.drawing.Pens
Gets the dark gray Pen.
getDarkGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF006400.
getDarkGreen() - Static method in class com.aspose.drawing.Pens
Gets the dark green Pen.
getDarkKhaki() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkKhaki() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFBDB76B.
getDarkKhaki() - Static method in class com.aspose.drawing.Pens
Gets the dark khaki Pen.
getDarkMagenta() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkMagenta() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF8B008B.
getDarkMagenta() - Static method in class com.aspose.drawing.Pens
Gets the dark magenta Pen.
getDarkOliveGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkOliveGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF556B2F.
getDarkOliveGreen() - Static method in class com.aspose.drawing.Pens
Gets the dark olive green Pen.
getDarkOrange() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkOrange() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFF8C00.
getDarkOrange() - Static method in class com.aspose.drawing.Pens
Gets the dark orange Pen.
getDarkOrchid() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkOrchid() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF9932CC.
getDarkOrchid() - Static method in class com.aspose.drawing.Pens
Gets the dark orchid Pen.
getDarkRed() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkRed() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF8B0000.
getDarkRed() - Static method in class com.aspose.drawing.Pens
Gets the dark red Pen.
getDarkSalmon() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkSalmon() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFE9967A.
getDarkSalmon() - Static method in class com.aspose.drawing.Pens
Gets the dark salmon Pen.
getDarkSeaGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkSeaGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF8FBC8F.
getDarkSeaGreen() - Static method in class com.aspose.drawing.Pens
Gets the dark sea green Pen.
getDarkSlateBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkSlateBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF483D8B.
getDarkSlateBlue() - Static method in class com.aspose.drawing.Pens
Gets the dark slate blue Pen.
getDarkSlateGray() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkSlateGray() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF2F4F4F.
getDarkSlateGray() - Static method in class com.aspose.drawing.Pens
Gets the dark slate gray Pen.
getDarkTurquoise() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkTurquoise() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF00CED1.
getDarkTurquoise() - Static method in class com.aspose.drawing.Pens
Gets the dark turquoise Pen.
getDarkViolet() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDarkViolet() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF9400D3.
getDarkViolet() - Static method in class com.aspose.drawing.Pens
Gets the dark violet Pen.
getDashCap() - Method in class com.aspose.drawing.Pen
Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this Pen.
getDashOffset() - Method in class com.aspose.drawing.Pen
Gets or sets the distance from the start of a line to the beginning of a dash pattern.
getDashPattern() - Method in class com.aspose.drawing.Pen
Gets or sets an array of custom dashes and spaces.
getDashStyle() - Method in class com.aspose.drawing.Pen
Gets or sets the style used for dashed lines drawn with this Pen.
getData() - Method in class com.aspose.drawing.drawing2d.RegionData
Gets an array of bytes that specify the Region object.
getDataLoader() - Method in class com.aspose.drawing.internal.RollbackDataLoaderPoint
Gets the data loader.
GetDC - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.GetHdc.
getDeepPink() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDeepPink() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFF1493.
getDeepPink() - Static method in class com.aspose.drawing.Pens
Gets the deep pink Pen.
getDeepSkyBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDeepSkyBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF00BFFF.
getDeepSkyBlue() - Static method in class com.aspose.drawing.Pens
Gets the deep sky blue Pen.
getDefaultFont() - Static method in class com.aspose.drawing.SystemFonts
Gets the default font that applications can use for dialog boxes and forms.
getDefaultImageFont() - Static method in class com.aspose.drawing.SystemFonts
Gets the default font that applications can use for dialog boxes and forms.
getDesktop() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the desktop.
getDialogFont() - Static method in class com.aspose.drawing.SystemFonts
Gets a font that applications can use for dialog boxes and forms.
getDigitSubstitutionLanguage() - Method in class com.aspose.drawing.StringFormat
Gets the language that is used when local digits are substituted for western digits.
getDigitSubstitutionMethod() - Method in class com.aspose.drawing.StringFormat
Gets the method to be used for digit substitution.
getDimGray() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDimGray() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF696969.
getDimGray() - Static method in class com.aspose.drawing.Pens
Gets the dim gray Pen.
getDodgerBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getDodgerBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF1E90FF.
getDodgerBlue() - Static method in class com.aspose.drawing.Pens
Gets the dodger blue Pen.
getDpiX() - Method in class com.aspose.drawing.Graphics
Gets the horizontal resolution of this Graphics.
getDpiX() - Method in class com.aspose.drawing.imaging.MetafileHeader
Gets the horizontal resolution, in dots per inch, of the associated Metafile.
getDpiY() - Method in class com.aspose.drawing.Graphics
Gets the vertical resolution of this Graphics.
getDpiY() - Method in class com.aspose.drawing.imaging.MetafileHeader
Gets the vertical resolution, in dots per inch, of the associated Metafile.
getElements() - Method in class com.aspose.drawing.drawing2d.Matrix
Gets an array of floating-point values that represents the elements of this Matrix.
getEmf() - Static method in class com.aspose.drawing.imaging.ImageFormat
Gets the enhanced metafile (EMF) image format.
getEmfPlusHeaderSize() - Method in class com.aspose.drawing.imaging.MetafileHeader
Gets the size, in bytes, of the enhanced metafile plus header file.
getEmHeight(int) - Method in class com.aspose.drawing.FontFamily
Gets the height, in font design units, of the EM square for the specified style.
getEmpty() - Static method in class com.aspose.drawing.Color
 
getEmpty() - Static method in class com.aspose.drawing.Point
 
getEmpty() - Static method in class com.aspose.drawing.PointF
 
getEmpty() - Static method in class com.aspose.drawing.Rectangle
Gets a new instance of the Rectangle structure that has Rectangle.X, Rectangle.Y, Rectangle.Width and Rectangle.Height values set to zero.
getEmpty() - Static method in class com.aspose.drawing.RectangleF
 
getEmpty() - Static method in class com.aspose.drawing.Size
 
getEmpty() - Static method in class com.aspose.drawing.SizeF
 
getEncoder() - Method in class com.aspose.drawing.imaging.EncoderParameter
Gets or sets the Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object associated with this EncoderParameter object.
getEndCap() - Method in class com.aspose.drawing.Pen
Gets or sets the cap style used at the end of lines drawn with this Pen.
getEntries() - Method in class com.aspose.drawing.imaging.ColorPalette
Gets an array of com.aspose.drawing.Color structures.
getError() - Static method in class com.aspose.drawing.SystemIcons
Gets an Icon object that contains the system error icon (WIN32: IDI_ERROR).
getExclamation() - Static method in class com.aspose.drawing.SystemIcons
Gets an Icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).
getExif() - Static method in class com.aspose.drawing.imaging.ImageFormat
Gets the Exchangeable Image File (EXIF) format.
getFactors() - Method in class com.aspose.drawing.drawing2d.Blend
Gets an array of blend factors for the gradient.
getFamilies() - Method in class com.aspose.drawing.FontCollection
 
getFamilies() - Static method in class com.aspose.drawing.FontFamily
Gets an array that contains all the FontFamily objects associated with the current graphics context.
getFamilyName() - Method in class com.aspose.drawing.FontDefinitionExt
Gets the font family name.
getFamilyName() - Method in class com.aspose.drawing.FontFamilyDefinition
Gets a family name of this family.
getFigures() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Gets the path figures.
getFileName() - Method in class com.aspose.drawing.FontDefinitionExt
Gets the name of the file.
getFilenameExtension() - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets string that contains the file name extension(s) used in the codec.
getFilled() - Method in class com.aspose.drawing.drawing2d.AdjustableArrowCap
Gets a value indicating whether the arrow cap is filled.
getFillMode() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Gets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath are filled.
getFillPath() - Method in class com.aspose.drawing.drawing2d.CustomLineCap
 
getFirebrick() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getFirebrick() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFB22222.
getFirebrick() - Static method in class com.aspose.drawing.Pens
Gets the firebrick Pen.
getFirst() - Method in class com.aspose.drawing.CharacterRange
Gets or sets the position in the string of the first character of this CharacterRange.
getFirstTabOffset() - Method in class com.aspose.drawing.StringFormat
 
getFlags() - Method in class com.aspose.drawing.Image
Gets the integer representing a bitwise combination of ImageFlags for this Image.
getFlags() - Method in class com.aspose.drawing.imaging.ColorPalette
 
getFloralWhite() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getFloralWhite() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFFAF0.
getFloralWhite() - Static method in class com.aspose.drawing.Pens
Gets the floral white Pen.
getFocusScales() - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets the focus point for the gradient falloff.
getFont() - Method in class com.aspose.drawing.FontDefinitionExt
Gets the font.
getFontByName(String) - Static method in class com.aspose.drawing.SystemFonts
Returns a font object that corresponds to the specified system font name.
getFontDefinition(int) - Method in class com.aspose.drawing.FontFamilyDefinition
Gets the font definition from family for specific style.
getFontFamily() - Method in class com.aspose.drawing.Font
Gets the FontFamily(Font.getFontFamily()) associated with this Font.
getFontFile() - Method in class com.aspose.drawing.FontDefinitionExt
Gets the font file.
getFontName() - Method in class com.aspose.drawing.FontDefinitionExt
Gets the name of the font.
getForegroundColor() - Method in class com.aspose.drawing.drawing2d.HatchBrush
Gets the color of hatch lines drawn by this HatchBrush object.
getForestGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getForestGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF228B22.
getForestGreen() - Static method in class com.aspose.drawing.Pens
Gets the forest green Pen.
getFormatDescription() - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets a string that describes the codec's file format.
getFormatFlags() - Method in class com.aspose.drawing.StringFormat
Gets or sets a StringFormatFlags enumeration that contains formatting information.
getFormatID() - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets a UUID structure that contains a GUID that identifies the codec's format.
getFrameCount(FrameDimension) - Method in class com.aspose.drawing.Image
Returns the number of frames of the specified dimension.
getFrameDimensionsList() - Method in class com.aspose.drawing.Bitmap
Gets an array of GUIDs that represent the dimensions of frames within this Image.
getFrameDimensionsList() - Method in class com.aspose.drawing.Image
Gets an array of GUIDs that represent the dimensions of frames within this Image.
getFrameDimensionsList() - Method in class com.aspose.drawing.imaging.Metafile
Gets an array of GUIDs that represent the dimensions of frames within this Image.
getFromPage() - Static method in class com.aspose.drawing.printing.PrinterSettings
Gets the page number of the first page to print.
getFuchsia() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getFuchsia() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFF00FF.
getFuchsia() - Static method in class com.aspose.drawing.Pens
Gets the fuchsia Pen.
getG() - Method in class com.aspose.drawing.Color
Gets the green component value of this Color structure.
getGainsboro() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getGainsboro() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFDCDCDC.
getGainsboro() - Static method in class com.aspose.drawing.Pens
Gets the gainsboro Pen.
getGammaCorrection() - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets a value indicating whether gamma correction is enabled for this LinearGradientBrush.
getGdiCharSet() - Method in class com.aspose.drawing.Font
Gets a byte value that specifies the GDI character set that this Font uses.
getGdiVerticalFont() - Method in class com.aspose.drawing.Font
Gets a value indicating whether this Font is derived from a GDI vertical font..
getGenericDefault() - Static method in class com.aspose.drawing.StringFormat
Gets a generic default StringFormat object.
getGenericMonospace() - Static method in class com.aspose.drawing.FontFamily
Gets a generic monospace FontFamily.
getGenericSansSerif() - Static method in class com.aspose.drawing.FontFamily
Gets a generic sans serif FontFamily object.
getGenericSerif() - Static method in class com.aspose.drawing.FontFamily
Gets a generic serif FontFamily.
getGenericTypographic() - Static method in class com.aspose.drawing.StringFormat
Gets a generic typographic StringFormat object.
getGhostWhite() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getGhostWhite() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFF8F8FF.
getGhostWhite() - Static method in class com.aspose.drawing.Pens
Gets the ghost white Pen.
getGif() - Static method in class com.aspose.drawing.imaging.ImageFormat
Gets the Graphics Interchange Format (GIF) image format.
getGold() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getGold() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFD700.
getGold() - Static method in class com.aspose.drawing.Pens
Gets the gold Pen.
getGoldenrod() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getGoldenrod() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFDAA520.
getGoldenrod() - Static method in class com.aspose.drawing.Pens
Gets the goldenrod Pen.
getGradientActiveCaption() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the lightest color in the color gradient of an active window's title bar.
getGradientInactiveCaption() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the lightest color in the color gradient of an inactive window's title bar.
getGraphics() - Method in class com.aspose.drawing.printing.PrintPageEventArgs
Gets the Graphics(PrintPageEventArgs.getGraphics()) used to paint the page.
getGray() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getGray() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF808080.
getGray() - Static method in class com.aspose.drawing.Pens
Gets the gray Pen.
getGrayText() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of dimmed text.
getGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF008000.
getGreen() - Static method in class com.aspose.drawing.Pens
Gets the green Pen.
getGreenYellow() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getGreenYellow() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFADFF2F.
getGreenYellow() - Static method in class com.aspose.drawing.Pens
Gets the green yellow Pen.
getGuid() - Method in class com.aspose.drawing.imaging.Encoder
Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.
getGuid() - Method in class com.aspose.drawing.imaging.FrameDimension
Gets a globally unique identifier (GUID) that represents this FrameDimension object.
getGuid() - Method in class com.aspose.drawing.imaging.ImageFormat
Gets a UUID structure that represents this ImageFormat object.
getHand() - Static method in class com.aspose.drawing.SystemIcons
Gets an Icon object that contains the system hand icon (WIN32: IDI_HAND).
getHandle() - Method in class com.aspose.drawing.Icon
Gets the handle for this Icon.
getHardMarginX() - Method in class com.aspose.drawing.printing.PageSettings
Gets the x-coordinate, in hundredths of an inch, of the hard margin at the left of the page.
getHardMarginY() - Method in class com.aspose.drawing.printing.PageSettings
Gets the y-coordinate, in hundredths of an inch, of the hard margin at the top of the page.
getHatchStyle() - Method in class com.aspose.drawing.drawing2d.HatchBrush
Gets the hatch style of this HatchBrush object.
getHdc() - Method in class com.aspose.drawing.Graphics
Gets the handle to the device context associated with this Graphics.
getHeaderSize() - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the size, in bytes, of the header file.
getHeight() - Method in class com.aspose.drawing.Bitmap
Gets the height, in pixels, of this Bitmap.
getHeight() - Method in class com.aspose.drawing.drawing2d.AdjustableArrowCap
Gets the height of the arrow cap.
getHeight() - Method in class com.aspose.drawing.Font
Returns the line spacing, in pixels, of this font.
getHeight(Graphics) - Method in class com.aspose.drawing.Font
Returns the line spacing, in the current unit of a specified Graphics, of this font.
getHeight(float) - Method in class com.aspose.drawing.Font
Returns the height, in pixels, of this Font when drawn to a device with the specified vertical resolution.
getHeight() - Method in class com.aspose.drawing.Icon
Gets the height of this Icon.
getHeight() - Method in class com.aspose.drawing.Image
Gets the height, in pixels, of this Image.
getHeight() - Method in class com.aspose.drawing.imaging.BitmapData
Gets the pixel height of the Bitmap object.
getHeight() - Method in class com.aspose.drawing.imaging.Metafile
Gets the height, in pixels, of this Metafile.
getHeight() - Method in class com.aspose.drawing.internal.RollbackDataLoaderPoint
Gets the height.
getHeight() - Method in class com.aspose.drawing.Rectangle
Gets the height of this Rectangle structure.
getHeight() - Method in class com.aspose.drawing.RectangleF
Gets the height of this RectangleF structure.
getHeight() - Method in class com.aspose.drawing.Size
Gets the vertical component of this Size.
getHeight() - Method in class com.aspose.drawing.SizeF
Gets the vertical component of this SizeF structure.
getHeight_Rename_Namesake() - Method in class com.aspose.drawing.Font
Gets the line spacing of this font.
getHenhmetafile() - Method in class com.aspose.drawing.imaging.Metafile
Returns a Windows handle to an enhanced Metafile.
getHighlight() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the background of selected items.
getHighlightText() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the text of selected items.
getHmf() - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Gets the handle of the metafile in memory.
getHoneydew() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getHoneydew() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFF0FFF0.
getHoneydew() - Static method in class com.aspose.drawing.Pens
Gets the honeydew Pen.
getHorizontalResolution() - Method in class com.aspose.drawing.Image
Gets the horizontal resolution, in pixels per inch, of this Image.
getHotkeyPrefix() - Method in class com.aspose.drawing.StringFormat
Gets or sets the HotkeyPrefix(StringFormat.getHotkeyPrefix()/StringFormat.setHotkeyPrefix(int)) object for this StringFormat object.
getHotPink() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getHotPink() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFF69B4.
getHotPink() - Static method in class com.aspose.drawing.Pens
Gets the hot pink Pen.
getHotTrack() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color used to designate a hot-tracked item.
getHue() - Method in class com.aspose.drawing.Color
Gets the hue-saturation-brightness (HSB) hue value, in degrees, for this Color structure.
getIcon() - Static method in class com.aspose.drawing.imaging.ImageFormat
Gets the Windows icon image format.
getIconTitleFont() - Static method in class com.aspose.drawing.SystemFonts
Gets a Font that is used for icon titles.
getId() - Method in class com.aspose.drawing.imaging.PropertyItem
Gets the ID of the property.
getImage() - Method in class com.aspose.drawing.Graphics
 
getImage() - Method in class com.aspose.drawing.TextureBrush
Gets the Image object associated with this TextureBrush object.
getImageDecoders() - Static method in class com.aspose.drawing.imaging.ImageCodecInfo
Returns an array of ImageCodecInfo objects that contain information about the image decoders built into GDI+.
getImageEncoders() - Static method in class com.aspose.drawing.imaging.ImageCodecInfo
Returns an array of ImageCodecInfo objects that contain information about the image encoders built into GDI+.
getInactiveBorder() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of an inactive window's border.
getInactiveCaption() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the background of an inactive window's title bar.
getInactiveCaptionText() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the text in an inactive window's title bar.
getInch() - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Gets the number of twips per inch.
getIndianRed() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getIndianRed() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFCD5C5C.
getIndianRed() - Static method in class com.aspose.drawing.Pens
Gets the indian red Pen.
getIndigo() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getIndigo() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF4B0082.
getIndigo() - Static method in class com.aspose.drawing.Pens
Gets the indigo Pen.
getInfinite() - Static method in class com.aspose.drawing.internal.RegionBase
The infinite rectangle getter.
getInfo() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the background of a ToolTip.
getInformation() - Static method in class com.aspose.drawing.SystemIcons
Gets an Icon object that contains the system information icon (WIN32: IDI_INFORMATION).
getInfoText() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the text of a ToolTip.
getInterpolationColors() - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets a ColorBlend that defines a multicolor linear gradient.
getInterpolationColors() - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets a ColorBlend that defines a multicolor linear gradient.
getInterpolationMode() - Method in class com.aspose.drawing.Graphics
Gets the interpolation mode associated with this Graphics.
getItalic() - Method in class com.aspose.drawing.Font
Gets a value indicating whether this Font is italic.
getIvory() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getIvory() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFFFF0.
getIvory() - Static method in class com.aspose.drawing.Pens
Gets the ivory Pen.
getJpeg() - Static method in class com.aspose.drawing.imaging.ImageFormat
Gets the Joint Photographic Experts Group (JPEG) image format.
getKey() - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Gets a value indicating the presence of a placeable metafile header.
getKhaki() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getKhaki() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFF0E68C.
getKhaki() - Static method in class com.aspose.drawing.Pens
Gets the khaki Pen.
getLastPoint() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Gets the last point in the PathPoints array of this GraphicsPath.
getLavender() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLavender() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFE6E6FA.
getLavender() - Static method in class com.aspose.drawing.Pens
Gets the lavender Pen.
getLavenderBlush() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLavenderBlush() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFF0F5.
getLavenderBlush() - Static method in class com.aspose.drawing.Pens
Gets the lavender blush Pen.
getLawnGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLawnGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF7CFC00.
getLawnGreen() - Static method in class com.aspose.drawing.Pens
Gets the lawn green Pen.
getLeft() - Method in class com.aspose.drawing.Rectangle
Gets the x-coordinate of the left edge of this Rectangle structure.
getLeft() - Method in class com.aspose.drawing.RectangleF
Gets the x-coordinate of the left edge of this RectangleF structure.
getLemonChiffon() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLemonChiffon() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFFACD.
getLemonChiffon() - Static method in class com.aspose.drawing.Pens
Gets the lemon chiffon Pen.
getLen() - Method in class com.aspose.drawing.imaging.PropertyItem
Gets the length (in bytes) of the Value(PropertyItem.getValue()/PropertyItem.setValue(byte[])) property.
getLength() - Method in class com.aspose.drawing.CharacterRange
Gets or sets the number of positions in this CharacterRange.
getLightBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFADD8E6.
getLightBlue() - Static method in class com.aspose.drawing.Pens
Gets the light blue Pen.
getLightCoral() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightCoral() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFF08080.
getLightCoral() - Static method in class com.aspose.drawing.Pens
Gets the light coral Pen.
getLightCyan() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightCyan() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFE0FFFF.
getLightCyan() - Static method in class com.aspose.drawing.Pens
Gets the light cyan Pen.
getLightGoldenrodYellow() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightGoldenrodYellow() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFAFAD2.
getLightGoldenrodYellow() - Static method in class com.aspose.drawing.Pens
Gets the light goldenrod yellow Pen.
getLightGray() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightGray() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFD3D3D3.
getLightGray() - Static method in class com.aspose.drawing.Pens
Gets the light gray Pen.
getLightGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF90EE90.
getLightGreen() - Static method in class com.aspose.drawing.Pens
Gets the light green Pen.
getLightPink() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightPink() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFB6C1.
getLightPink() - Static method in class com.aspose.drawing.Pens
Gets the light pink Pen.
getLightSalmon() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightSalmon() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFA07A.
getLightSalmon() - Static method in class com.aspose.drawing.Pens
Gets the light salmon Pen.
getLightSeaGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightSeaGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF20B2AA.
getLightSeaGreen() - Static method in class com.aspose.drawing.Pens
Gets the light sea green Pen.
getLightSkyBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightSkyBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF87CEFA.
getLightSkyBlue() - Static method in class com.aspose.drawing.Pens
Gets the light sky blue Pen.
getLightSlateGray() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightSlateGray() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF778899.
getLightSlateGray() - Static method in class com.aspose.drawing.Pens
Gets the light slate gray Pen.
getLightSteelBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightSteelBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFB0C4DE.
getLightSteelBlue() - Static method in class com.aspose.drawing.Pens
Gets the light steel blue Pen.
getLightYellow() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLightYellow() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFFFE0.
getLightYellow() - Static method in class com.aspose.drawing.Pens
Gets the light yellow Pen.
getLime() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLime() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF00FF00.
getLime() - Static method in class com.aspose.drawing.Pens
Gets the lime Pen.
getLimeGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLimeGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF32CD32.
getLimeGreen() - Static method in class com.aspose.drawing.Pens
Gets the lime green Pen.
getLineAlignment() - Method in class com.aspose.drawing.StringFormat
Gets or sets the line alignment on the horizontal plane.
getLinearColors() - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets the starting and ending colors of the gradient.
getLineJoin() - Method in class com.aspose.drawing.Pen
Gets or sets the join style for the ends of two consecutive lines drawn with this Pen.
getLinen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getLinen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFAF0E6.
getLinen() - Static method in class com.aspose.drawing.Pens
Gets the linen Pen.
getLineSpacing(int) - Method in class com.aspose.drawing.FontFamily
Returns the line spacing, in design units, of the FontFamily of the specified style.
getLocation() - Method in class com.aspose.drawing.Rectangle
Gets the coordinates of the upper-left corner of this Rectangle structure.
getLocation() - Method in class com.aspose.drawing.RectangleF
Gets the coordinates of the upper-left corner of this RectangleF structure.
getLogicalDpiX() - Method in class com.aspose.drawing.imaging.MetafileHeader
Gets the logical horizontal resolution, in dots per inch, of the associated Metafile.
getLogicalDpiY() - Method in class com.aspose.drawing.imaging.MetafileHeader
Gets the logical vertical resolution, in dots per inch, of the associated Metafile.
getMagenta() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMagenta() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFF00FF.
getMagenta() - Static method in class com.aspose.drawing.Pens
Gets the magenta Pen.
getMaroon() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMaroon() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF800000.
getMaroon() - Static method in class com.aspose.drawing.Pens
Gets the maroon Pen.
getMatrix00() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the 0 (zero) row and 0 column of this ColorMatrix.
getMatrix01() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the 0 (zero) row and first column of this ColorMatrix.
getMatrix02() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the 0 (zero) row and second column of this ColorMatrix.
getMatrix03() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the 0 (zero) row and third column of this ColorMatrix.
getMatrix04() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the 0 (zero) row and fourth column of this ColorMatrix.
getMatrix10() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the first row and 0 (zero) column of this ColorMatrix.
getMatrix11() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the first row and first column of this ColorMatrix.
getMatrix12() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the first row and second column of this ColorMatrix.
getMatrix13() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the first row and third column of this ColorMatrix.
getMatrix14() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the first row and fourth column of this ColorMatrix.
getMatrix20() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the second row and 0 (zero) column of this ColorMatrix.
getMatrix21() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the second row and first column of this ColorMatrix.
getMatrix22() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the second row and second column of this ColorMatrix.
getMatrix23() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the second row and third column of this ColorMatrix.
getMatrix24() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the second row and fourth column of this ColorMatrix.
getMatrix30() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the third row and 0 (zero) column of this ColorMatrix.
getMatrix31() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the third row and first column of this ColorMatrix.
getMatrix32() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the third row and second column of this ColorMatrix.
getMatrix33() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the third row and third column of this ColorMatrix.
getMatrix34() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the third row and fourth column of this ColorMatrix.
getMatrix40() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the fourth row and 0 (zero) column of this ColorMatrix.
getMatrix41() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the fourth row and first column of this .ColorMatrix.
getMatrix42() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the fourth row and second column of this ColorMatrix.
getMatrix43() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the fourth row and third column of this ColorMatrix.
getMatrix44() - Method in class com.aspose.drawing.imaging.ColorMatrix
Gets the element at the fourth row and fourth column of this ColorMatrix.
getMaxRecord() - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the size, in bytes, of the largest record in the associated Metafile object.
getMediumAquamarine() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMediumAquamarine() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF66CDAA.
getMediumAquamarine() - Static method in class com.aspose.drawing.Pens
Gets the medium aquamarine Pen.
getMediumBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMediumBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF0000CD.
getMediumBlue() - Static method in class com.aspose.drawing.Pens
Gets the medium blue Pen.
getMediumOrchid() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMediumOrchid() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFBA55D3.
getMediumOrchid() - Static method in class com.aspose.drawing.Pens
Gets the medium orchid Pen.
getMediumPurple() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMediumPurple() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF9370DB.
getMediumPurple() - Static method in class com.aspose.drawing.Pens
Gets the medium purple Pen.
getMediumSeaGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMediumSeaGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF3CB371.
getMediumSeaGreen() - Static method in class com.aspose.drawing.Pens
Gets the medium sea green Pen.
getMediumSlateBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMediumSlateBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF7B68EE.
getMediumSlateBlue() - Static method in class com.aspose.drawing.Pens
Gets the medium slate blue Pen.
getMediumSpringGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMediumSpringGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF00FA9A.
getMediumSpringGreen() - Static method in class com.aspose.drawing.Pens
Gets the medium spring green Pen.
getMediumTurquoise() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMediumTurquoise() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF48D1CC.
getMediumTurquoise() - Static method in class com.aspose.drawing.Pens
Gets the medium turquoise Pen.
getMediumVioletRed() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMediumVioletRed() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFC71585.
getMediumVioletRed() - Static method in class com.aspose.drawing.Pens
Gets the medium violet red Pen.
getMemoryBmp() - Static method in class com.aspose.drawing.imaging.ImageFormat
Gets a memory bitmap image format.
getMenu() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of a menu's background.
getMenuBar() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the background of a menu bar.
getMenuFont() - Static method in class com.aspose.drawing.SystemFonts
Gets a Font that is used for menus.
getMenuHighlight() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color used to highlight menu items when the menu appears as a flat menu.
getMenuText() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of a menu's text.
getMessageBoxFont() - Static method in class com.aspose.drawing.SystemFonts
Gets a Font that is used for message boxes.
getMetafileHeader(InputStream) - Static method in class com.aspose.drawing.imaging.Metafile
Returns the MetafileHeader associated with the specified Metafile.
getMetafileHeader(String) - Static method in class com.aspose.drawing.imaging.Metafile
Returns the MetafileHeader associated with the specified Metafile.
getMetafileHeader() - Method in class com.aspose.drawing.imaging.Metafile
Returns the MetafileHeader associated with this Metafile.
getMetafileSize() - Method in class com.aspose.drawing.imaging.MetafileHeader
Gets the size, in bytes, of the associated Metafile.
getMiddleInset() - Method in class com.aspose.drawing.drawing2d.AdjustableArrowCap
Gets the number of units between the outline of the arrow cap and the fill.
getMidnightBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMidnightBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF191970.
getMidnightBlue() - Static method in class com.aspose.drawing.Pens
Gets the midnight blue Pen.
getMimeType() - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets a string that contains the codec's Multipurpose Internet Mail Extensions (MIME) type.
getMintCream() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMintCream() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFF5FFFA.
getMintCream() - Static method in class com.aspose.drawing.Pens
Gets the mint cream Pen.
getMistyRose() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMistyRose() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFE4E1.
getMistyRose() - Static method in class com.aspose.drawing.Pens
Gets the misty rose Pen.
getMiterLimit() - Method in class com.aspose.drawing.Pen
Gets or sets the limit of the thickness of the join on a mitered corner.
getMoccasin() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getMoccasin() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFE4B5.
getMoccasin() - Static method in class com.aspose.drawing.Pens
Gets the moccasin Pen.
getName() - Method in class com.aspose.drawing.Color
Gets the name of this Color.
getName() - Method in class com.aspose.drawing.Font
Gets the face name of this Font.
getName() - Method in class com.aspose.drawing.FontFamily
Gets the name of this FontFamily.
getName(int) - Method in class com.aspose.drawing.FontFamily
Returns the name, in the specified language, of this FontFamily.
getNavajoWhite() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getNavajoWhite() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFDEAD.
getNavajoWhite() - Static method in class com.aspose.drawing.Pens
Gets the navajo white Pen.
getNavy() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getNavy() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF000080.
getNavy() - Static method in class com.aspose.drawing.Pens
Gets the navy Pen.
getNearestColor(Color) - Method in class com.aspose.drawing.Graphics
Gets the nearest color to the specified Color structure.
getNewColor() - Method in class com.aspose.drawing.imaging.ColorMap
Gets the new Color structure to which to convert.
getNoObjects() - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the maximum number of objects that exist in the Metafile object at the same time.
getNoParameters() - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the maximum number of parameters in the Metafile object.
getNumberOfValues() - Method in class com.aspose.drawing.imaging.EncoderParameter
Gets the number of elements in the array of values stored in this EncoderParameter object.
getOffsetX() - Method in class com.aspose.drawing.drawing2d.Matrix
Gets the x translation value (the dx value, or the element in the third row and first column) of this Matrix.
getOffsetY() - Method in class com.aspose.drawing.drawing2d.Matrix
Gets the y translation value (the dy value, or the element in the third row and second column) of this Matrix.
getOldColor() - Method in class com.aspose.drawing.imaging.ColorMap
Gets the existing Color structure to be converted.
getOldLace() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getOldLace() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFDF5E6.
getOldLace() - Static method in class com.aspose.drawing.Pens
Gets the old lace Pen.
getOlive() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getOlive() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF808000.
getOlive() - Static method in class com.aspose.drawing.Pens
Gets the olive Pen.
getOliveDrab() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getOliveDrab() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF6B8E23.
getOliveDrab() - Static method in class com.aspose.drawing.Pens
Gets the olive drab Pen.
getOrange() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getOrange() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFA500.
getOrange() - Static method in class com.aspose.drawing.Pens
Gets the orange Pen.
getOrangeRed() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getOrangeRed() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFF4500.
getOrangeRed() - Static method in class com.aspose.drawing.Pens
Gets the orange red Pen.
getOrchid() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getOrchid() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFDA70D6.
getOrchid() - Static method in class com.aspose.drawing.Pens
Gets the orchid Pen.
getOriginalFontName() - Method in class com.aspose.drawing.Font
Gets the name of the font originally specified.
getPage() - Static method in class com.aspose.drawing.imaging.FrameDimension
Gets the page dimension.
getPageScale() - Method in class com.aspose.drawing.Graphics
Gets the scaling between world units and page units for this Graphics.
getPageSettings() - Method in class com.aspose.drawing.printing.PrintPageEventArgs
Gets the page settings for the current page.
getPageUnit() - Method in class com.aspose.drawing.Graphics
Gets the unit of measure used for page coordinates in this Graphics.
getPaleGoldenrod() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getPaleGoldenrod() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFEEE8AA.
getPaleGoldenrod() - Static method in class com.aspose.drawing.Pens
Gets the pale goldenrod Pen.
getPaleGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getPaleGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF98FB98.
getPaleGreen() - Static method in class com.aspose.drawing.Pens
Gets the pale green Pen.
getPalette() - Method in class com.aspose.drawing.Bitmap
Gets or sets the color palette used for this Image.
getPalette() - Method in class com.aspose.drawing.Image
Gets or sets the color palette used for this Image.
getPalette() - Method in class com.aspose.drawing.imaging.Metafile
Gets or sets the color palette used for this Image.
getPaleTurquoise() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getPaleTurquoise() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFAFEEEE.
getPaleTurquoise() - Static method in class com.aspose.drawing.Pens
Gets the pale turquoise Pen.
getPaleVioletRed() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getPaleVioletRed() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFDB7093.
getPaleVioletRed() - Static method in class com.aspose.drawing.Pens
Gets the pale violet red Pen.
getPapayaWhip() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getPapayaWhip() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFEFD5.
getPapayaWhip() - Static method in class com.aspose.drawing.Pens
Gets the papaya whip Pen.
getParam() - Method in class com.aspose.drawing.imaging.EncoderParameters
Gets or sets an array of EncoderParameter objects.
getPathData() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Gets a PathData that encapsulates arrays of points and types for this GraphicsPath
getPathPoints() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Gets the points in the path.
getPathTypes() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Gets the types of the corresponding points in the PathPoints array.
getPeachPuff() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getPeachPuff() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFDAB9.
getPeachPuff() - Static method in class com.aspose.drawing.Pens
Gets the peach puff Pen.
getPenType() - Method in class com.aspose.drawing.Pen
Gets the style of lines drawn with this Pen.
getPeru() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getPeru() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFCD853F.
getPeru() - Static method in class com.aspose.drawing.Pens
Gets the peru Pen.
getPhysicalDimension() - Method in class com.aspose.drawing.Image
Gets the width and height of this image.
getPink() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getPink() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFC0CB.
getPink() - Static method in class com.aspose.drawing.Pens
Gets the pink Pen.
getPixel(int, int) - Method in class com.aspose.drawing.Bitmap
Gets the color of the specified pixel in this Bitmap.
getPixelFormat() - Method in class com.aspose.drawing.Bitmap
Gets the pixel format for this Image.
getPixelFormat() - Method in class com.aspose.drawing.Image
Gets the pixel format for this Image.
getPixelFormat() - Method in class com.aspose.drawing.imaging.BitmapData
Gets the format of the pixel information in the Bitmap object that returned this BitmapData object.
getPixelFormat() - Method in class com.aspose.drawing.imaging.Metafile
Gets the pixel format for this Image.
getPixelFormatSize(int) - Static method in class com.aspose.drawing.Image
Returns the color depth, in number of bits per pixel, of the specified pixel format.
getPixelOffsetMode() - Method in class com.aspose.drawing.Graphics
Gets a value specifying how pixels are offset during rendering of this Graphics.
getPlum() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getPlum() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFDDA0DD.
getPlum() - Static method in class com.aspose.drawing.Pens
Gets the plum Pen.
getPng() - Static method in class com.aspose.drawing.imaging.ImageFormat
Gets the W3C Portable Network Graphics (PNG) image format.
getPointCount() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Gets the number of elements in the PathPoints or the PathTypes array.
getPoints() - Method in class com.aspose.drawing.drawing2d.PathData
Gets an array of PointF structures that represents the points through which the path is constructed.
getPositions() - Method in class com.aspose.drawing.drawing2d.Blend
Gets an array of blend positions for the gradient.
getPositions() - Method in class com.aspose.drawing.drawing2d.ColorBlend
Gets the positions along a gradient line.
getPostscriptName() - Method in class com.aspose.drawing.FontDefinitionExt
Gets the postscript name of the font.
getPowderBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getPowderBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFB0E0E6.
getPowderBlue() - Static method in class com.aspose.drawing.Pens
Gets the powder blue Pen.
getPrinterName() - Method in class com.aspose.drawing.printing.PrinterSettings
Gets the name of the printer to use.
getPrinterResolution() - Method in class com.aspose.drawing.printing.PageSettings
Gets the printer resolution for the page.
getPrintRange() - Static method in class com.aspose.drawing.printing.PrinterSettings
Gets the page numbers that the user has specified to be printed.
getPropertyIdList() - Method in class com.aspose.drawing.Bitmap
Gets IDs of the property items stored in this Image.
getPropertyIdList() - Method in class com.aspose.drawing.Image
Gets IDs of the property items stored in this Image.
getPropertyIdList() - Method in class com.aspose.drawing.imaging.Metafile
Gets IDs of the property items stored in this Image.
getPropertyItem(int) - Method in class com.aspose.drawing.Bitmap
Gets the specified property item from this Image.
getPropertyItem(int) - Method in class com.aspose.drawing.Image
Gets the specified property item from this Image.
getPropertyItem(int) - Method in class com.aspose.drawing.imaging.Metafile
Gets the specified property item from this Image.
getPropertyItems() - Method in class com.aspose.drawing.Bitmap
Gets all the property items (pieces of metadata) stored in this Image.
getPropertyItems() - Method in class com.aspose.drawing.Image
Gets all the property items (pieces of metadata) stored in this Image.
getPropertyItems() - Method in class com.aspose.drawing.imaging.Metafile
Gets all the property items (pieces of metadata) stored in this Image.
getPurple() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getPurple() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF800080.
getPurple() - Static method in class com.aspose.drawing.Pens
Gets the purple Pen.
getQuestion() - Static method in class com.aspose.drawing.SystemIcons
Gets an Icon object that contains the system question icon (WIN32: IDI_QUESTION).
getR() - Method in class com.aspose.drawing.Color
Gets the red component value of this Color structure.
getRawFormat() - Method in class com.aspose.drawing.Bitmap
Gets the file format of this Image.
getRawFormat() - Method in class com.aspose.drawing.Image
Gets the file format of this Image.
getRawFormat() - Method in class com.aspose.drawing.imaging.Metafile
Gets the file format of this Image.
getRebeccaPurple() - Static method in class com.aspose.drawing.Color
Gets a system-defined color representing the ARGB value #663399.
getRectangle() - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets a rectangular region that defines the starting and ending points of the gradient.
getRectangle() - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets a bounding rectangle for this PathGradientBrush.
getRectangle() - Method in class com.aspose.drawing.internal.ColorInfo
Gets the rectangle.
getRectangle() - Method in class com.aspose.drawing.internal.ColorInfo64
Gets the rectangle.
getRed() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getRed() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFF0000.
getRed() - Static method in class com.aspose.drawing.Pens
Gets the red Pen.
getRegionData() - Method in class com.aspose.drawing.Region
Returns a RegionData that represents the information that describes this Region.
getRegionScans(Matrix) - Method in class com.aspose.drawing.Region
Returns an array of RectangleF structures that approximate this Region after the specified matrix transformation is applied.
getRenderingOrigin() - Method in class com.aspose.drawing.Graphics
Gets the rendering origin of this Graphics for dithering and for hatch brushes.
getReserved() - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Reserved.
getResolution() - Static method in class com.aspose.drawing.imaging.FrameDimension
Gets the resolution dimension.
getRight() - Method in class com.aspose.drawing.Rectangle
Gets the x-coordinate that is the sum of X and Width property values of this Rectangle structure.
getRight() - Method in class com.aspose.drawing.RectangleF
Gets the x-coordinate that is the sum of X and Width of this RectangleF structure.
getRosyBrown() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getRosyBrown() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFBC8F8F.
getRosyBrown() - Static method in class com.aspose.drawing.Pens
Gets the rosy brown Pen.
getRoyalBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getRoyalBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF4169E1.
getRoyalBlue() - Static method in class com.aspose.drawing.Pens
Gets the royal blue Pen.
getSaddleBrown() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSaddleBrown() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF8B4513.
getSaddleBrown() - Static method in class com.aspose.drawing.Pens
Gets the saddle brown Pen.
getSalmon() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSalmon() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFA8072.
getSalmon() - Static method in class com.aspose.drawing.Pens
Gets the salmon Pen.
getSandyBrown() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSandyBrown() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFF4A460.
getSandyBrown() - Static method in class com.aspose.drawing.Pens
Gets the sandy brown Pen.
getSaturation() - Method in class com.aspose.drawing.Color
Gets the hue-saturation-brightness (HSB) saturation value for this Color structure.
getScan0() - Method in class com.aspose.drawing.imaging.BitmapData
Gets the address of the first pixel data in the bitmap.
getScrollBar() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the background of a scroll bar.
getSeaGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSeaGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF2E8B57.
getSeaGreen() - Static method in class com.aspose.drawing.Pens
Gets the sea green Pen.
getSeaShell() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSeaShell() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFF5EE.
getSeaShell() - Static method in class com.aspose.drawing.Pens
Gets the sea shell Pen.
getShield() - Static method in class com.aspose.drawing.SystemIcons
Gets an Icon object that contains the shield icon.
getSienna() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSienna() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFA0522D.
getSienna() - Static method in class com.aspose.drawing.Pens
Gets the sienna Pen.
getSignatureMasks() - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets a two dimensional array of bytes that can be used as a filter.
getSignaturePatterns() - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets a two dimensional array of bytes that represents the signature of the codec.
getSilver() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSilver() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFC0C0C0.
getSilver() - Static method in class com.aspose.drawing.Pens
Gets the silver Pen.
getSize() - Method in class com.aspose.drawing.Font
Gets the em-size of this Font measured in the units specified by the Font.Unit property.
getSize() - Method in class com.aspose.drawing.Icon
Gets the size of this Icon.
getSize() - Method in class com.aspose.drawing.Image
Gets the width and height, in pixels, of this image.
getSize() - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the size, in bytes, of the associated Metafile object.
getSize() - Method in class com.aspose.drawing.Rectangle
Gets the size of this Rectangle.
getSize() - Method in class com.aspose.drawing.RectangleF
Gets the size of this RectangleF.
getSizeInPoints() - Method in class com.aspose.drawing.Font
Gets the em-size, in points, of this Font.
getSkyBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSkyBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF87CEEB.
getSkyBlue() - Static method in class com.aspose.drawing.Pens
Gets the sky blue Pen.
getSlateBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSlateBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF6A5ACD.
getSlateBlue() - Static method in class com.aspose.drawing.Pens
Gets the slate blue Pen.
getSlateGray() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSlateGray() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF708090.
getSlateGray() - Static method in class com.aspose.drawing.Pens
Gets the slate gray Pen.
getSmallCaptionFont() - Static method in class com.aspose.drawing.SystemFonts
Gets a Font that is used to display text in the title bars of small windows, such as tool windows.
getSmoothingMode() - Method in class com.aspose.drawing.Graphics
Gets the rendering quality for this Graphics.
getSnow() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSnow() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFFAFA.
getSnow() - Static method in class com.aspose.drawing.Pens
Gets the snow Pen.
getSpringGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSpringGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF00FF7F.
getSpringGreen() - Static method in class com.aspose.drawing.Pens
Gets the spring green Pen.
getStartCap() - Method in class com.aspose.drawing.Pen
Gets or sets the cap style used at the beginning of lines drawn with this Pen.
getStatusFont() - Static method in class com.aspose.drawing.SystemFonts
Gets a Font that is used to display text in the status bar.
getSteelBlue() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getSteelBlue() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF4682B4.
getSteelBlue() - Static method in class com.aspose.drawing.Pens
Gets the steel blue Pen.
getStrictMode() - Static method in class com.aspose.drawing.DrawingSettings
Gets a value indicating whether the more strict catching of not implemented features is enabled.
getStride() - Method in class com.aspose.drawing.imaging.BitmapData
Gets the stride width (also called scan width) of the Bitmap object.
getStrikeout() - Method in class com.aspose.drawing.Font
Gets a value indicating whether this Font specifies a horizontal line through the font.
getStrokeCaps(int[], int[]) - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Gets the caps used to start and end lines that make up this custom cap.
getStrokeJoin() - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Gets or sets the LineJoin enumeration that determines how lines that compose this CustomLineCap object are joined.
getStrokePath() - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Gets the object that defines the outline of the custom cap.
getStyle() - Method in class com.aspose.drawing.Font
Gets style information for this Font.
getStyle() - Method in class com.aspose.drawing.FontDefinitionExt
Gets the font style.
getSubpathCount() - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
Gets the number of subpaths in the path.
getSurroundColors() - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets an array of colors that correspond to the points in the path this PathGradientBrush fills.
getSystemFontName() - Method in class com.aspose.drawing.Font
Gets the name of the system font if the IsSystemFont property returns true.
getTabStops(float[]) - Method in class com.aspose.drawing.StringFormat
Gets the tab stops for this StringFormat object.
getTabStops() - Method in class com.aspose.drawing.StringFormat
Gets an array of distances between tab stops in the units specified by the Aspose.Imaging.getGraphics().PageUnit property.
getTag() - Method in class com.aspose.drawing.Image
Gets or sets an object that provides additional data about the image.
getTan() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getTan() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFD2B48C.
getTan() - Static method in class com.aspose.drawing.Pens
Gets the tan Pen.
getTeal() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getTeal() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF008080.
getTeal() - Static method in class com.aspose.drawing.Pens
Gets the teal Pen.
getTextContrast() - Method in class com.aspose.drawing.Graphics
Gets the gamma correction value for rendering text.
getTextRenderingHint() - Method in class com.aspose.drawing.Graphics
Gets the rendering mode for text associated with this Graphics.
getThistle() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getThistle() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFD8BFD8.
getThistle() - Static method in class com.aspose.drawing.Pens
Gets the thistle Pen.
getThumbnailImage(int, int, Image.GetThumbnailImageAbort, byte[]) - Method in class com.aspose.drawing.Image
Returns a thumbnail for this Image.
GetThumbnailImageAbort() - Constructor for class com.aspose.drawing.Image.GetThumbnailImageAbort
 
getTiff() - Static method in class com.aspose.drawing.imaging.ImageFormat
Gets the Tagged Image File Format (TIFF) image format.
getTime() - Static method in class com.aspose.drawing.imaging.FrameDimension
Gets the time dimension.
getTomato() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getTomato() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFF6347.
getTomato() - Static method in class com.aspose.drawing.Pens
Gets the tomato Pen.
getTop() - Method in class com.aspose.drawing.Rectangle
Gets the y-coordinate of the top edge of this Rectangle structure.
getTop() - Method in class com.aspose.drawing.RectangleF
Gets the y-coordinate of the top edge of this RectangleF structure.
getToPage() - Static method in class com.aspose.drawing.printing.PrinterSettings
Gets the number of the last page to print.
getTransform() - Method in class com.aspose.drawing.drawing2d.GraphicsState
 
getTransform() - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets a copy Matrix that defines a local geometric transform for this LinearGradientBrush.
getTransform() - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets a copy of the Matrix that defines a local geometric transform for this PathGradientBrush.
getTransform() - Method in class com.aspose.drawing.Graphics
Gets a copy of the geometric world transformation for this Graphics.
getTransform() - Method in class com.aspose.drawing.Pen
Gets or sets a copy of the geometric transformation for this Pen.
getTransform() - Method in class com.aspose.drawing.TextureBrush
Gets a copy of the Matrix object that defines a local geometric transformation for the image associated with this TextureBrush object.
getTransparent() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getTransparent() - Static method in class com.aspose.drawing.Color
Gets a system-defined color.
getTransparent() - Static method in class com.aspose.drawing.Pens
Gets the transparent Pen.
getTrimming() - Method in class com.aspose.drawing.StringFormat
Gets or sets the StringTrimming enumeration for this StringFormat object.
getTurquoise() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getTurquoise() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF40E0D0.
getTurquoise() - Static method in class com.aspose.drawing.Pens
Gets the turquoise Pen.
getType() - Method in class com.aspose.drawing.FontDefinitionExt
Gets the font type.
getType() - Method in class com.aspose.drawing.imaging.MetafileHeader
Gets the type of the associated Metafile
getType() - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the type of the associated Metafile object.
getType() - Method in class com.aspose.drawing.imaging.PropertyItem
Gets an integer that defines the type of data contained in the Value(PropertyItem.getValue()/PropertyItem.setValue(byte[])) property.
getTypes() - Method in class com.aspose.drawing.drawing2d.PathData
Gets the types of the corresponding points in the path.
getUnderline() - Method in class com.aspose.drawing.Font
Gets a value indicating whether this Font is underlined.
getUnit() - Method in class com.aspose.drawing.Font
Gets the unit of measure for this Font.
getValue() - Method in class com.aspose.drawing.imaging.PropertyItem
Gets the value of the property item.
getVectorRegions() - Static method in class com.aspose.drawing.Features
Gets or sets a value indicating whether use extended regions with vector paths should be use or not.
getVersion() - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets the version number of the codec.
getVersion() - Method in class com.aspose.drawing.imaging.MetafileHeader
Gets the version number of the associated Metafile.
getVersion() - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the version number of the header format.
getVerticalResolution() - Method in class com.aspose.drawing.Image
Gets the vertical resolution, in pixels per inch, of this Image.
getViolet() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getViolet() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFEE82EE.
getViolet() - Static method in class com.aspose.drawing.Pens
Gets the violet Pen.
getVisibleClipBounds() - Method in class com.aspose.drawing.Graphics
Gets the bounding rectangle of the visible clipping region of this Graphics.
getWarning() - Static method in class com.aspose.drawing.SystemIcons
Gets an Icon object that contains the system warning icon (WIN32: IDI_WARNING).
getWheat() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getWheat() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFF5DEB3.
getWheat() - Static method in class com.aspose.drawing.Pens
Gets the wheat Pen.
getWhite() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getWhite() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFFFFF.
getWhite() - Static method in class com.aspose.drawing.Pens
Gets the white Pen.
getWhiteSmoke() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getWhiteSmoke() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFF5F5F5.
getWhiteSmoke() - Static method in class com.aspose.drawing.Pens
Gets the white smoke Pen.
getWidth() - Method in class com.aspose.drawing.Bitmap
Gets the width, in pixels, of this Bitmap.
getWidth() - Method in class com.aspose.drawing.drawing2d.AdjustableArrowCap
Gets the width of the arrow cap.
getWidth() - Method in class com.aspose.drawing.Icon
Gets the width of this Icon.
getWidth() - Method in class com.aspose.drawing.Image
Gets the width, in pixels, of this Image.
getWidth() - Method in class com.aspose.drawing.imaging.BitmapData
Gets the pixel width of the Bitmap object.
getWidth() - Method in class com.aspose.drawing.imaging.Metafile
Gets the width, in pixels, of this Metafile.
getWidth() - Method in class com.aspose.drawing.internal.RollbackDataLoaderPoint
Gets the width.
getWidth() - Method in class com.aspose.drawing.Pen
Gets or sets the width of this Pen, in units of the Graphics object used for drawing.
getWidth() - Method in class com.aspose.drawing.Rectangle
Gets the width of this Rectangle structure.
getWidth() - Method in class com.aspose.drawing.RectangleF
Gets the width of this RectangleF structure.
getWidth() - Method in class com.aspose.drawing.Size
Gets the horizontal component of this Size.
getWidth() - Method in class com.aspose.drawing.SizeF
Gets the horizontal component of this SizeF structure.
getWidthScale() - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Gets or sets the amount by which to scale this CustomLineCap Class object with respect to the width of the Pen object.
getWindow() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the background in the client area of a window.
getWindowFrame() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of a window frame.
getWindowText() - Static method in class com.aspose.drawing.SystemColors
Gets a Color structure that is the color of the text in the client area of a window.
getWinLogo() - Static method in class com.aspose.drawing.SystemIcons
Gets an Icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO).
getWmf() - Static method in class com.aspose.drawing.imaging.ImageFormat
Gets the Windows metafile (WMF) image format.
getWmfHeader() - Method in class com.aspose.drawing.imaging.MetafileHeader
Gets the Windows metafile (WMF) header file for the associated Metafile.
getWrapMode() - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets a WrapMode enumeration that indicates the wrap mode for this LinearGradientBrush.
getWrapMode() - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets a WrapMode(PathGradientBrush.getWrapMode()/PathGradientBrush.setWrapMode(int)) that indicates the wrap mode for this PathGradientBrush.
getWrapMode() - Method in class com.aspose.drawing.TextureBrush
Gets a WrapMode enumeration that indicates the wrap mode for this TextureBrush object.
getX() - Method in class com.aspose.drawing.Point
Gets the x-coordinate of this Point.
getX() - Method in class com.aspose.drawing.PointF
Gets the x-coordinate of this PointF.
getX() - Method in class com.aspose.drawing.printing.PrinterResolution
Gets the horizontal printer resolution, in dots per inch.
getX() - Method in class com.aspose.drawing.Rectangle
Gets the x-coordinate of the upper-left corner of this Rectangle structure.
getX() - Method in class com.aspose.drawing.RectangleF
Gets the x-coordinate of the upper-left corner of this RectangleF structure.
getY() - Method in class com.aspose.drawing.Point
Gets the y-coordinate of this Point.
getY() - Method in class com.aspose.drawing.PointF
Gets the y-coordinate of this PointF.
getY() - Method in class com.aspose.drawing.printing.PrinterResolution
Gets the vertical printer resolution, in dots per inch.
getY() - Method in class com.aspose.drawing.Rectangle
Gets the y-coordinate of the upper-left corner of this Rectangle structure.
getY() - Method in class com.aspose.drawing.RectangleF
Gets the x-coordinate of the upper-left corner of this RectangleF structure.
getYellow() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getYellow() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FFFFFF00.
getYellow() - Static method in class com.aspose.drawing.Pens
Gets the yellow Pen.
getYellowGreen() - Static method in class com.aspose.drawing.Brushes
Gets a system-defined Brush object.
getYellowGreen() - Static method in class com.aspose.drawing.Color
Gets a system-defined color that has an ARGB value of #FF9ACD32.
getYellowGreen() - Static method in class com.aspose.drawing.Pens
Gets the yellow green Pen.
GhostWhite - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Gold - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Goldenrod - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
GradientActiveCaption - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the lightest color in the color gradient of an active window's title bar.
GradientInactiveCaption - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the lightest color in the color gradient of an inactive window's title bar.
Graphics - Class in com.aspose.drawing
Encapsulates drawing surface.
Graphics.DrawImageAbort - Class in com.aspose.drawing
 
Graphics.EnumerateMetafileProc - Class in com.aspose.drawing
 
Graphics.EnumerateMetafileProcByte - Class in com.aspose.drawing
 
GraphicsContainer - Class in com.aspose.drawing.drawing2d
Represents the internal data of a graphics container.
GraphicsPath - Class in com.aspose.drawing.drawing2d
Represents a series of connected lines and curves.
GraphicsPath() - Constructor for class com.aspose.drawing.drawing2d.GraphicsPath
Initializes a new instance of the GraphicsPath class with a FillMode value of Alternate.
GraphicsPath(int) - Constructor for class com.aspose.drawing.drawing2d.GraphicsPath
Initializes a new instance of the GraphicsPath class with the specified FillMode(GraphicsPath.getFillMode()/GraphicsPath.setFillMode(int)) enumeration.
GraphicsPath(PointF[], byte[]) - Constructor for class com.aspose.drawing.drawing2d.GraphicsPath
Initializes a new instance of the GraphicsPath class with the specified PathPointType and PointF arrays.
GraphicsPath(Point[], byte[]) - Constructor for class com.aspose.drawing.drawing2d.GraphicsPath
Initializes a new instance of the GraphicsPath class with the specified PathPointType and Point arrays.
GraphicsPath(PointF[], byte[], int) - Constructor for class com.aspose.drawing.drawing2d.GraphicsPath
Initializes a new instance of the GraphicsPath class with the specified PathPointType and PointF arrays and with the specified FillMode(GraphicsPath.getFillMode()/GraphicsPath.setFillMode(int)) enumeration element..
GraphicsPath(Point[], byte[], int) - Constructor for class com.aspose.drawing.drawing2d.GraphicsPath
Initializes a new instance of the GraphicsPath class with the specified PathPointType and Point arrays and with the specified FillMode(GraphicsPath.getFillMode()/GraphicsPath.setFillMode(int)) enumeration element..
GraphicsPathIterator - Class in com.aspose.drawing.drawing2d
Provides the ability to iterate through subpaths in a GraphicsPath and test the types of shapes contained in each subpath.
GraphicsPathIterator(GraphicsPath) - Constructor for class com.aspose.drawing.drawing2d.GraphicsPathIterator
Initializes a new instance of the GraphicsPathIterator class.
GraphicsState - Class in com.aspose.drawing.drawing2d
Represents the state of a Graphics object.
GraphicsState() - Constructor for class com.aspose.drawing.drawing2d.GraphicsState
Initializes a new instance of the GraphicsState class.
GraphicsUnit - Class in com.aspose.drawing
Specifies the unit of measure for the given data.
Gray - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
GrayText - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of dimmed text.
Green - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
GreenYellow - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.

H

Half - Static variable in class com.aspose.drawing.drawing2d.PixelOffsetMode
Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.
HasAlpha - Static variable in class com.aspose.drawing.imaging.ImageFlags
The pixel data contains alpha information.
hasCurve() - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
Indicates whether the path associated with this GraphicsPathIterator contains a curve.
hashCode() - Method in class com.aspose.drawing.CharacterRange
Returns the hash code for this instance.
hashCode() - Method in class com.aspose.drawing.Color
Returns a hash code for this instance.
hashCode() - Method in class com.aspose.drawing.Font
Gets the hash code for this Font.
hashCode() - Method in class com.aspose.drawing.FontFamily
Gets a hash code for this FontFamily.
hashCode() - Method in class com.aspose.drawing.imaging.FrameDimension
Returns a hash code for this FrameDimension object.
hashCode() - Method in class com.aspose.drawing.imaging.ImageFormat
Returns a hash code value that represents this object.
hashCode() - Method in class com.aspose.drawing.Point
Returns a hash code for this Point.
hashCode() - Method in class com.aspose.drawing.PointF
Returns a hash code for this instance.
hashCode() - Method in class com.aspose.drawing.Rectangle
Returns the hash code for this Rectangle structure.
hashCode() - Method in class com.aspose.drawing.RectangleF
Returns a hash code for this instance.
hashCode() - Method in class com.aspose.drawing.Size
Returns a hash code for this Size structure.
hashCode() - Method in class com.aspose.drawing.SizeF
Returns a hash code for this SizeF structure.
hasMorePages() - Method in class com.aspose.drawing.printing.PrintPageEventArgs
Gets a value indicating whether an additional page should be printed.
HasRealDpi - Static variable in class com.aspose.drawing.imaging.ImageFlags
Specifies that dots per inch information is stored in the image.
HasRealPixelSize - Static variable in class com.aspose.drawing.imaging.ImageFlags
Specifies that the pixel size is stored in the image.
HasTranslucent - Static variable in class com.aspose.drawing.imaging.ImageFlags
Specifies that the pixel data has alpha values other than 0 (transparent) and 255 (opaque)
HatchBrush - Class in com.aspose.drawing.drawing2d
Defines a rectangular brush with a hatch style, a foreground color, and a background color.
HatchBrush(int, Color) - Constructor for class com.aspose.drawing.drawing2d.HatchBrush
Initializes a new instance of the HatchBrush class with the specified HatchStyle(HatchBrush.getHatchStyle()) enumeration and foreground color.
HatchBrush(int, Color, Color) - Constructor for class com.aspose.drawing.drawing2d.HatchBrush
Initializes a new instance of the HatchBrush class with the specified HatchStyle(HatchBrush.getHatchStyle()) enumeration, foreground color, and background color.
HatchFill - Static variable in class com.aspose.drawing.drawing2d.PenType
Specifies a hatch fill.
HatchStyle - Class in com.aspose.drawing.drawing2d
Specifies the different patterns available for HatchBrush objects.
Header - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
Identifies a record that is the EMF+ header.
Hide - Static variable in class com.aspose.drawing.text.HotkeyPrefix
Do not display the hot-key prefix.
High - Static variable in class com.aspose.drawing.drawing2d.InterpolationMode
Specifies high quality interpolation.
Highlight - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the background of selected items.
HighlightText - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the text of selected items.
HighQuality - Static variable in class com.aspose.drawing.drawing2d.CompositingQuality
High quality, low speed compositing.
HighQuality - Static variable in class com.aspose.drawing.drawing2d.PixelOffsetMode
Specifies high quality, low speed rendering.
HighQuality - Static variable in class com.aspose.drawing.drawing2d.SmoothingMode
Specifies antialiased rendering.
HighQualityBicubic - Static variable in class com.aspose.drawing.drawing2d.InterpolationMode
Specifies high-quality, bicubic interpolation.
HighQualityBilinear - Static variable in class com.aspose.drawing.drawing2d.InterpolationMode
Specifies high-quality, bilinear interpolation.
HighSpeed - Static variable in class com.aspose.drawing.drawing2d.CompositingQuality
High speed, low quality.
HighSpeed - Static variable in class com.aspose.drawing.drawing2d.PixelOffsetMode
Specifies high speed, low quality rendering.
HighSpeed - Static variable in class com.aspose.drawing.drawing2d.SmoothingMode
Specifies no antialiasing.
Honeydew - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Horizontal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
A pattern of horizontal lines.
Horizontal - Static variable in class com.aspose.drawing.drawing2d.LinearGradientMode
Specifies a gradient from left to right.
HorizontalBrick - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of horizontally layered bricks.
HotkeyPrefix - Class in com.aspose.drawing.text
Specifies the type of display for hot-key prefixes that relate to text.
HotPink - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
HotTrack - Static variable in class com.aspose.drawing.KnownColor
The system-defined color used to designate a hot-tracked item.

I

Icon - Class in com.aspose.drawing
Represents a Windows icon, which is a small bitmap image that is used to represent an object.
Icon(String) - Constructor for class com.aspose.drawing.Icon
Initializes a new instance of the Icon class from the specified file name.
Icon(InputStream) - Constructor for class com.aspose.drawing.Icon
Initializes a new instance of the Icon class from the specified data stream.
Icon(String, Size) - Constructor for class com.aspose.drawing.Icon
Initializes a new instance of the Icon class of the specified size from the specified file.
Icon(Icon, Size) - Constructor for class com.aspose.drawing.Icon
Initializes a new instance of the Icon class and attempts to find a version of the icon that matches the requested size.
Icon(Object, String) - Constructor for class com.aspose.drawing.Icon
Initializes a new instance of the Icon class from a resource in the specified assembly.
Icon(InputStream, Size) - Constructor for class com.aspose.drawing.Icon
Initializes a new instance of the Icon class of the specified size from the specified stream.
Icon(String, int, int) - Constructor for class com.aspose.drawing.Icon
Initializes a new instance of the Icon class with the specified width and height from the specified file.
Icon(Icon, int, int) - Constructor for class com.aspose.drawing.Icon
Initializes a new instance of the Icon class and attempts to find a version of the icon that matches the requested size..
Icon(InputStream, int, int) - Constructor for class com.aspose.drawing.Icon
Initializes a new instance of the Icon class from the specified data stream and with the specified width and height.
IDataLoader64 - Interface in com.aspose.drawing.internal
The data loader.
IdentityTransform - Static variable in class com.aspose.drawing.drawing2d.Matrix
 
Image - Class in com.aspose.drawing
An abstract base class that provides functionality for the Bitmap and Metafile descended classes.
Image() - Constructor for class com.aspose.drawing.Image
Initializes a new instance of the Image class.
Image.GetThumbnailImageAbort - Class in com.aspose.drawing
 
ImageAttributes - Class in com.aspose.drawing.imaging
Contains information about how bitmap and metafile colors are manipulated during rendering.
ImageAttributes() - Constructor for class com.aspose.drawing.imaging.ImageAttributes
Initializes a new instance of the ImageAttributes class.
ImageCodecInfo - Class in com.aspose.drawing.imaging
The ImageCodecInfo class provides the necessary storage members and methods to retrieve all pertinent information about the installed image encoders and decoders (called codecs).
ImageCodecInfo() - Constructor for class com.aspose.drawing.imaging.ImageCodecInfo
Initializes a new instance of the ImageCodecInfo class.
ImageCodecInfo(UUID, String, String, String, UUID, String, int) - Constructor for class com.aspose.drawing.imaging.ImageCodecInfo
 
ImageFlags - Class in com.aspose.drawing.imaging
Specifies the attributes of the pixel data contained in an Image object.
ImageFormat - Class in com.aspose.drawing.imaging
Specifies the file format of the image.
ImageFormat(UUID) - Constructor for class com.aspose.drawing.imaging.ImageFormat
Initializes a new instance of the ImageFormat class by using the specified UUID structure.
ImageLockMode - Class in com.aspose.drawing.imaging
Specifies flags that are passed to the flags parameter of the method.
InactiveBorder - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of an inactive window's border.
InactiveCaption - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the background of an inactive window's title bar.
InactiveCaptionText - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the text in an inactive window's title bar.
Inch - Static variable in class com.aspose.drawing.GraphicsUnit
Specifies the inch as the unit of measure.
Inch - Static variable in class com.aspose.drawing.imaging.MetafileFrameUnit
The unit of measurement is 1 inch.
Indexed - Static variable in class com.aspose.drawing.imaging.PixelFormat
The pixel data contains color-indexed values, which means the values are an index to colors in the system color table, as opposed to individual color values.
IndianRed - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Indigo - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
inflate(Rectangle, int, int) - Static method in class com.aspose.drawing.Rectangle
 
inflate(int, int) - Method in class com.aspose.drawing.Rectangle
Enlarges this Rectangle by the specified amount.
inflate(Size) - Method in class com.aspose.drawing.Rectangle
Enlarges this Rectangle by the specified amount.
inflate(RectangleF, float, float) - Static method in class com.aspose.drawing.RectangleF
Creates and returns an inflated copy of the specified RectangleF structure.
inflate(float, float) - Method in class com.aspose.drawing.RectangleF
Inflates this RectangleF structure by the specified amount.
inflate(SizeF) - Method in class com.aspose.drawing.RectangleF
Inflates this RectangleF by the specified amount.
Info - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the background of a ToolTip.
InfoText - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the text of a ToolTip.
innerRegion - Variable in class com.aspose.drawing.internal.RegionBase
The inner region.
Inset - Static variable in class com.aspose.drawing.drawing2d.PenAlignment
Specifies that the Pen is positioned on the inside of the theoretical line.
InstalledFontCollection - Class in com.aspose.drawing.text
Represents the fonts installed on the system.
InstalledFontCollection() - Constructor for class com.aspose.drawing.text.InstalledFontCollection
Initializes a new instance of the InstalledFontCollection class.
InterpolationMode - Class in com.aspose.drawing.drawing2d
The InterpolationMode enumeration specifies the algorithm that is used when images are scaled or rotated.
Intersect - Static variable in class com.aspose.drawing.drawing2d.CombineMode
Two clipping regions are combined by taking their intersection.
intersect(Rectangle, Rectangle) - Static method in class com.aspose.drawing.Rectangle
Returns a third Rectangle structure that represents the intersection of two other Rectangle structures.
intersect(Rectangle) - Method in class com.aspose.drawing.Rectangle
Replaces this Rectangle with the intersection of itself and the specified Rectangle.
intersect(RectangleF, RectangleF) - Static method in class com.aspose.drawing.RectangleF
Returns a RectangleF structure that represents the intersection of two rectangles.
intersect(RectangleF) - Method in class com.aspose.drawing.RectangleF
Replaces this RectangleF structure with the intersection of itself and the specified RectangleF structure.
intersect(RectangleF) - Method in class com.aspose.drawing.Region
Updates this Region to the intersection of itself with the specified RectangleF structure.
intersect(Rectangle) - Method in class com.aspose.drawing.Region
Updates this Region to the intersection of itself with the specified Rectangle structure.
intersect(GraphicsPath) - Method in class com.aspose.drawing.Region
Updates this Region to the intersection of itself with the specified GraphicsPath.
intersect(Region) - Method in class com.aspose.drawing.Region
Updates this Region to the intersection of itself with the specified Region.
intersectClip(Region) - Method in class com.aspose.drawing.Graphics
Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region.
intersectClip(Rectangle) - Method in class com.aspose.drawing.Graphics
Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure.
intersectClip(RectangleF) - Method in class com.aspose.drawing.Graphics
Updates the clip region of this Graphics to the intersection of the current clip region and the specified RectangleF structure.
intersectsWith(Rectangle) - Method in class com.aspose.drawing.Rectangle
Determines if this rectangle intersects with rect.
intersectsWith(RectangleF) - Method in class com.aspose.drawing.RectangleF
Determines if this rectangle intersects with rect.
Invalid - Static variable in class com.aspose.drawing.drawing2d.CompositingQuality
Invalid quality.
Invalid - Static variable in class com.aspose.drawing.drawing2d.InterpolationMode
Equivalent to the Invalid element of the QualityMode enumeration.
Invalid - Static variable in class com.aspose.drawing.drawing2d.PixelOffsetMode
Specifies an invalid mode.
Invalid - Static variable in class com.aspose.drawing.drawing2d.SmoothingMode
Specifies an invalid mode.
Invalid - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
Indicates invalid data.
Invalid - Static variable in class com.aspose.drawing.imaging.MetafileType
Specifies a metafile format that is not recognized in GDI+.
invert() - Method in class com.aspose.drawing.drawing2d.Matrix
Inverts this Matrix, if it is invertible.
invoke(IntPtr) - Method in class com.aspose.drawing.Graphics.DrawImageAbort
Provides a callback method for deciding when the DrawImage method should prematurely cancel execution and stop drawing an image.
invoke(int, int, int, IntPtr, PlayRecordCallback) - Method in class com.aspose.drawing.Graphics.EnumerateMetafileProc
Provides a callback method for the EnumerateMetafile method.
invoke(int, int, int, byte[], PlayRecordCallback) - Method in class com.aspose.drawing.Graphics.EnumerateMetafileProcByte
 
invoke() - Method in class com.aspose.drawing.Image.GetThumbnailImageAbort
Provides a callback method for determining when the method should prematurely cancel execution.
invoke(int, int, int, byte[]) - Method in class com.aspose.drawing.imaging.PlayRecordCallback
This delegate is not used.
IPixelsSaver64 - Interface in com.aspose.drawing.internal
 
isAlphaPixelFormat(int) - Static method in class com.aspose.drawing.Image
Returns a value that indicates whether the pixel format for this Image contains alpha information.
isClipEmpty() - Method in class com.aspose.drawing.Graphics
Gets a value indicating whether the clipping region of this Graphics is empty.
isCompactPalette() - Method in class com.aspose.drawing.imaging.ColorPalette
Gets or sets a value indicating whether compact palette is used.
isDisplay() - Method in class com.aspose.drawing.imaging.MetafileHeader
Returns a value that indicates whether the associated Metafile is device dependent.
isEmf() - Method in class com.aspose.drawing.imaging.MetafileHeader
Returns a value that indicates whether the associated Metafile is in the Windows enhanced metafile format.
isEmfOrEmfPlus() - Method in class com.aspose.drawing.imaging.MetafileHeader
Returns a value that indicates whether the associated Metafile is in the Windows enhanced metafile format or the Windows enhanced metafile plus format.
isEmfPlus() - Method in class com.aspose.drawing.imaging.MetafileHeader
Returns a value that indicates whether the associated Metafile is in the Windows enhanced metafile plus format.
isEmfPlusDual() - Method in class com.aspose.drawing.imaging.MetafileHeader
Returns a value that indicates whether the associated Metafile is in the Dual enhanced metafile format.
isEmfPlusOnly() - Method in class com.aspose.drawing.imaging.MetafileHeader
Returns a value that indicates whether the associated Metafile supports only the Windows enhanced metafile plus format.
isEmpty() - Method in class com.aspose.drawing.Color
Gets a value indicating whether this Color structure is uninitialized.
isEmpty() - Method in class com.aspose.drawing.Point
Gets a value indicating whether this this Point is empty.
isEmpty() - Method in class com.aspose.drawing.PointF
Gets a value indicating whether this PointF is empty.
isEmpty() - Method in class com.aspose.drawing.Rectangle
Gets a value indicating whether all numeric properties of this Rectangle have values of zero.
isEmpty() - Method in class com.aspose.drawing.RectangleF
Gets a value indicating whether the RectangleF.Width or RectangleF.Height property of this RectangleF has a value of zero.
isEmpty(Graphics) - Method in class com.aspose.drawing.Region
Tests whether this Region has an empty interior on the specified drawing surface.
isEmpty() - Method in class com.aspose.drawing.Size
Gets a value indicating whether this Size has width and height of 0.
isEmpty() - Method in class com.aspose.drawing.SizeF
Gets a value indicating whether this SizeF structure has zero width and height.
isEquals(Color, Color) - Static method in class com.aspose.drawing.Color
 
isEquals(Point, Point) - Static method in class com.aspose.drawing.Point
 
isEquals(PointF, PointF) - Static method in class com.aspose.drawing.PointF
 
isEquals(Rectangle, Rectangle) - Static method in class com.aspose.drawing.Rectangle
 
isEquals(RectangleF, RectangleF) - Static method in class com.aspose.drawing.RectangleF
 
isEquals(Size, Size) - Static method in class com.aspose.drawing.Size
 
isEquals(SizeF, SizeF) - Static method in class com.aspose.drawing.SizeF
 
isIdentity() - Method in class com.aspose.drawing.drawing2d.Matrix
Gets a value indicating whether this Matrix is the identity matrix.
isInBeginUpdateCall() - Method in class com.aspose.drawing.Graphics
 
isInfinite(Graphics) - Method in class com.aspose.drawing.Region
Tests whether this Region has an infinite interior on the specified drawing surface.
isInvertible() - Method in class com.aspose.drawing.drawing2d.Matrix
Gets a value indicating whether this Matrix is invertible.
isKnownColor() - Method in class com.aspose.drawing.Color
Gets a value indicating whether this Color structure is a predefined color.
isNamedColor() - Method in class com.aspose.drawing.Color
Gets a value indicating whether this Color structure is a named color or a member of the KnownColor enumeration.
isOutlineVisible(PointF, Pen) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen.
isStyleAvailable(int) - Method in class com.aspose.drawing.FontFamily
Indicates whether the specified FontStyle enumeration is available.
isSystemColor() - Method in class com.aspose.drawing.Color
Gets a value indicating whether this Color structure is a system color.
isSystemFont() - Method in class com.aspose.drawing.Font
Gets a value indicating whether the font is a member of SystemFonts.
isVisible(float, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Indicates whether the specified point is contained within this GraphicsPath.
isVisible(float, float, Graphics) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Indicates whether the specified point is contained within this GraphicsPath, using the specified Graphics.
isVisible(int, int) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Indicates whether the specified point is contained within this GraphicsPath.
isVisible(int, int, Graphics) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Indicates whether the specified point is contained within this GraphicsPath, using the specified Graphics.
isVisible(Point) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Indicates whether the specified point is contained within this GraphicsPath.
isVisible(Point, Graphics) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Indicates whether the specified point is contained within this GraphicsPath, using the specified Graphics.
isVisible(PointF) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Indicates whether the specified point is contained within this GraphicsPath.
isVisible(PointF, Graphics) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Indicates whether the specified point is contained within this GraphicsPath, using the specified Graphics.
isVisible(int, int) - Method in class com.aspose.drawing.Graphics
Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this Graphics.
isVisible(Point) - Method in class com.aspose.drawing.Graphics
Indicates whether the specified Point structure is contained within the visible clip region of this Graphics.
isVisible(float, float) - Method in class com.aspose.drawing.Graphics
Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this Graphics.
isVisible(PointF) - Method in class com.aspose.drawing.Graphics
Indicates whether the specified PointF structure is contained within the visible clip region of this Graphics.
isVisible(int, int, int, int) - Method in class com.aspose.drawing.Graphics
Indicates whether the rectangle specified by a pair of coordinates, a width, and a height is contained within the visible clip region of this Graphics.
isVisible(Rectangle) - Method in class com.aspose.drawing.Graphics
Indicates whether the rectangle specified by a Rectangle structure is contained within the visible clip region of this Graphics.
isVisible(float, float, float, float) - Method in class com.aspose.drawing.Graphics
Indicates whether the rectangle specified by a pair of coordinates, a width, and a height is contained within the visible clip region of this Graphics.
isVisible(RectangleF) - Method in class com.aspose.drawing.Graphics
Indicates whether the rectangle specified by a RectangleF structure is contained within the visible clip region of this Graphics.
isVisible(float, float) - Method in class com.aspose.drawing.Region
Tests whether the specified point is contained within this Region.
isVisible(PointF) - Method in class com.aspose.drawing.Region
Tests whether the specified PointF structure is contained within this Region.
isVisible(float, float, Graphics) - Method in class com.aspose.drawing.Region
Tests whether the specified point is contained within this Region when drawn using the specified Graphics.
isVisible(PointF, Graphics) - Method in class com.aspose.drawing.Region
Tests whether the specified PointF structure is contained within this Region when drawn using the specified Graphics.
isVisible(float, float, float, float) - Method in class com.aspose.drawing.Region
Tests whether any portion of the specified rectangle is contained within this Region.
isVisible(RectangleF) - Method in class com.aspose.drawing.Region
Tests whether any portion of the specified RectangleF structure is contained within this Region.
isVisible(float, float, float, float, Graphics) - Method in class com.aspose.drawing.Region
Tests whether any portion of the specified rectangle is contained within this Region when drawn using the specified Graphics.
isVisible(RectangleF, Graphics) - Method in class com.aspose.drawing.Region
Tests whether any portion of the specified RectangleF structure is contained within this Region when drawn using the specified Graphics.
isVisible(int, int, Graphics) - Method in class com.aspose.drawing.Region
Tests whether the specified point is contained within this Region object when drawn using the specified Graphics object.
isVisible(Point) - Method in class com.aspose.drawing.Region
Tests whether the specified Point structure is contained within this Region.
isVisible(Point, Graphics) - Method in class com.aspose.drawing.Region
Tests whether the specified Point structure is contained within this Region when drawn using the specified Graphics.
isVisible(int, int, int, int) - Method in class com.aspose.drawing.Region
Tests whether any portion of the specified rectangle is contained within this Region.
isVisible(Rectangle) - Method in class com.aspose.drawing.Region
Tests whether any portion of the specified Rectangle structure is contained within this Region.
isVisible(int, int, int, int, Graphics) - Method in class com.aspose.drawing.Region
Tests whether any portion of the specified rectangle is contained within this Region when drawn using the specified Graphics.
isVisible(Rectangle, Graphics) - Method in class com.aspose.drawing.Region
Tests whether any portion of the specified Rectangle structure is contained within this Region when drawn using the specified Graphics.
isVisibleClipEmpty() - Method in class com.aspose.drawing.Graphics
Gets a value indicating whether the visible clipping region of this Graphics is empty.
isWmf() - Method in class com.aspose.drawing.imaging.MetafileHeader
Returns a value that indicates whether the associated Metafile is in the Windows metafile format.
isWmfPlaceable() - Method in class com.aspose.drawing.imaging.MetafileHeader
Returns a value that indicates whether the associated Metafile is in the Windows placeable metafile format.
Italic - Static variable in class com.aspose.drawing.FontStyle
Italic text.
Ivory - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.

K

Khaki - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
KnownColor - Class in com.aspose.drawing
Specifies the known system colors.

L

LargeCheckerBoard - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of a checkerboard with squares that are twice the size of System.Drawing.drawing2d.HatchStyle.SmallCheckerBoard.
LargeConfetti - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of confetti, and is composed of larger pieces than System.Drawing.drawing2d.HatchStyle.SmallConfetti.
LargeGrid - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies the hatch style System.Drawing.drawing2d.HatchStyle.Cross.
LastFrame - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies the last frame in a multiple-frame image.
Lavender - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LavenderBlush - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LawnGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Left - Static variable in class com.aspose.drawing.drawing2d.PenAlignment
Specifies the Pen is positioned to the left of the theoretical line.
LemonChiffon - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
License - Class in com.aspose.drawing
Provides methods to license the component.
License() - Constructor for class com.aspose.drawing.License
Initializes a new instance of this class.
LightBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightCoral - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightCyan - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightDownwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies diagonal lines that slant to the right from top points to bottom points and are spaced 50 percent closer together than System.Drawing.drawing2d.HatchStyle.ForwardDiagonal, but are not antialiased.
LightGoldenrodYellow - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightGray - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightHorizontal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies horizontal lines that are spaced 50 percent closer together than System.Drawing.drawing2d.HatchStyle.Horizontal.
LightPink - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightSalmon - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightSeaGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightSkyBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightSlateGray - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightSteelBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LightUpwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies diagonal lines that slant to the left from top points to bottom points and are spaced 50 percent closer together than System.Drawing.drawing2d.HatchStyle.BackwardDiagonal, but they are not antialiased.
LightVertical - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies vertical lines that are spaced 50 percent closer together than System.Drawing.drawing2d.HatchStyle.Vertical.
LightYellow - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Lime - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
LimeGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Line - Static variable in class com.aspose.drawing.drawing2d.PathPointType
A line segment.
LinearGradient - Static variable in class com.aspose.drawing.drawing2d.PenType
Specifies a linear gradient fill.
LinearGradientBrush - Class in com.aspose.drawing.drawing2d
Encapsulates a Brush with a linear gradient.
LinearGradientBrush(PointF, PointF, Color, Color) - Constructor for class com.aspose.drawing.drawing2d.LinearGradientBrush
Initializes a new instance of the LinearGradientBrush class with the specified points and colors.
LinearGradientBrush(Point, Point, Color, Color) - Constructor for class com.aspose.drawing.drawing2d.LinearGradientBrush
Initializes a new instance of the LinearGradientBrush class with the specified points and colors.
LinearGradientBrush(RectangleF, Color, Color, int) - Constructor for class com.aspose.drawing.drawing2d.LinearGradientBrush
Initializes a new instance of the LinearGradientBrush class based on a rectangle, starting and ending colors, and an orientation mode.
LinearGradientBrush(Rectangle, Color, Color, int) - Constructor for class com.aspose.drawing.drawing2d.LinearGradientBrush
Initializes a new instance of the LinearGradientBrush class based on a rectangle, starting and ending colors, and orientation.
LinearGradientBrush(RectangleF, Color, Color, float) - Constructor for class com.aspose.drawing.drawing2d.LinearGradientBrush
Initializes a new instance of the LinearGradientBrush class based on a rectangle, starting and ending colors, and an orientation angle.
LinearGradientBrush(RectangleF, Color, Color, float, boolean) - Constructor for class com.aspose.drawing.drawing2d.LinearGradientBrush
Initializes a new instance of the LinearGradientBrush class based on a rectangle, starting and ending colors, and an orientation angle.
LinearGradientBrush(Rectangle, Color, Color, float) - Constructor for class com.aspose.drawing.drawing2d.LinearGradientBrush
Initializes a new instance of the LinearGradientBrush class based on a rectangle, starting and ending colors, and an orientation angle.
LinearGradientBrush(Rectangle, Color, Color, float, boolean) - Constructor for class com.aspose.drawing.drawing2d.LinearGradientBrush
Initializes a new instance of the LinearGradientBrush class based on a rectangle, starting and ending colors, and an orientation angle.
LinearGradientMode - Class in com.aspose.drawing.drawing2d
Specifies the direction of a linear gradient.
LineCap - Class in com.aspose.drawing.drawing2d
Specifies the available cap styles with which a Pen object can end a line.
LineJoin - Class in com.aspose.drawing.drawing2d
Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a GraphicsPath object.
LineLimit - Static variable in class com.aspose.drawing.StringFormatFlags
Only entire lines are laid out in the formatting rectangle.
Linen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
lockBits(Rectangle, int, int) - Method in class com.aspose.drawing.Bitmap
Locks a Bitmap into system memory.
Low - Static variable in class com.aspose.drawing.drawing2d.InterpolationMode
Specifies low quality interpolation.
LUMINANCE_TABLE - Static variable in class com.aspose.drawing.imaging.Encoder
Represents an Encoder object that is initialized with the globally unique identifier for the luminance table parameter category.

M

Magenta - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
makeEmpty() - Method in class com.aspose.drawing.Region
Initializes this Region to an empty interior.
makeInfinite() - Method in class com.aspose.drawing.Region
Initializes this Region object to an infinite interior.
makeTransparent() - Method in class com.aspose.drawing.Bitmap
Makes the specified color transparent for this Bitmap.
makeTransparent(Color) - Method in class com.aspose.drawing.Bitmap
Makes the specified color transparent for this Bitmap.
Maroon - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
matchesLocalizedFamilyName(String) - Method in class com.aspose.drawing.FontFamilyDefinition
Matches localized family names in this family.
Matrix - Class in com.aspose.drawing.drawing2d
Encapsulates a 3-by-3 affine matrix that represents a geometric transform.
Matrix() - Constructor for class com.aspose.drawing.drawing2d.Matrix
Initializes a new instance of the Matrix class as the identity matrix.
Matrix(float, float, float, float, float, float) - Constructor for class com.aspose.drawing.drawing2d.Matrix
Initializes a new instance of the Matrix class with the specified elements.
Matrix(Rectangle, Point[]) - Constructor for class com.aspose.drawing.drawing2d.Matrix
Initializes a new instance of the Matrix class to the geometric transform defined by the specified rectangle and array of points.
Matrix(RectangleF, PointF[]) - Constructor for class com.aspose.drawing.drawing2d.Matrix
Initializes a new instance of the Matrix class to the geometric transform defined by the specified rectangle and array of points.
MatrixOrder - Class in com.aspose.drawing.drawing2d
Specifies the order for matrix transform operations.
Max - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies hatch style System.Drawing.drawing2d.HatchStyle.SolidDiamond.
Max - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
The maximum value for this enumeration.
Max - Static variable in class com.aspose.drawing.imaging.PixelFormat
The maximum value for this enumeration.
measureCharacterRanges(String, Font, RectangleF, StringFormat) - Method in class com.aspose.drawing.Graphics
Gets an array of Region objects, each of which bounds a range of character positions within the specified string.
measureString(String, Font) - Method in class com.aspose.drawing.Graphics
Measures the specified string when drawn with the specified Font.
measureString(String, Font, SizeF) - Method in class com.aspose.drawing.Graphics
Measures the specified string when drawn with the specified Font.
measureString(String, Font, int) - Method in class com.aspose.drawing.Graphics
Measures the specified string when drawn with the specified Font.
measureString(String, Font, PointF, StringFormat) - Method in class com.aspose.drawing.Graphics
Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat.
measureString(String, Font, int, StringFormat) - Method in class com.aspose.drawing.Graphics
Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat.
measureString(String, Font, SizeF, StringFormat) - Method in class com.aspose.drawing.Graphics
Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat.
measureString(String, Font, SizeF, StringFormat, int[], int[]) - Method in class com.aspose.drawing.Graphics
Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat.
MeasureTrailingSpaces - Static variable in class com.aspose.drawing.StringFormatFlags
Includes the trailing space at the end of each line.
MediumAquamarine - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
MediumBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
MediumOrchid - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
MediumPurple - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
MediumSeaGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
MediumSlateBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
MediumSpringGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
MediumTurquoise - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
MediumVioletRed - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Menu - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of a menu's background.
MenuBar - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the background of a menu bar.
MenuHighlight - Static variable in class com.aspose.drawing.KnownColor
The system-defined color used to highlight menu items when the menu appears as a flat menu.
MenuText - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of a menu's text.
MergeCopy - Static variable in class com.aspose.drawing.CopyPixelOperation
The colors of the source area are merged with the colors of the selected brush of the destination device context using the Boolean AND operator.
MergePaint - Static variable in class com.aspose.drawing.CopyPixelOperation
The colors of the inverted source area are merged with the colors of the destination area by using the Boolean OR operator.
Metafile - Class in com.aspose.drawing.imaging
Defines a graphic metafile.
Metafile(byte[], boolean) - Constructor for class com.aspose.drawing.imaging.Metafile
Initializes a new instance of the Metafile class from the specified handle.
Metafile(byte[], int) - Constructor for class com.aspose.drawing.imaging.Metafile
Initializes a new instance of the Metafile class from the specified handle to a device context and an EmfType enumeration that specifies the format of the Metafile.
Metafile(String) - Constructor for class com.aspose.drawing.imaging.Metafile
Initializes a new instance of the Metafile class from the specified file name.
Metafile(String, byte[]) - Constructor for class com.aspose.drawing.imaging.Metafile
Initializes a new instance of the Metafile class from the specified file name.
Metafile(InputStream) - Constructor for class com.aspose.drawing.imaging.Metafile
Initializes a new instance of the Metafile class from the specified data stream.
Metafile(InputStream, byte[]) - Constructor for class com.aspose.drawing.imaging.Metafile
Initializes a new instance of the Metafile class from the specified data stream and a Windows handle to a device context.
Metafile(Stream, int) - Constructor for class com.aspose.drawing.imaging.Metafile
Initializes a new instance of the Metafile class from the specified data stream and a Windows handle to a device context.
Metafile(InputStream, byte[], int) - Constructor for class com.aspose.drawing.imaging.Metafile
Initializes a new instance of the Metafile class from the specified data stream, a Windows handle to a device context, and an EmfType enumeration that specifies the format of the Metafile.
Metafile(InputStream, byte[], RectangleF, int, int) - Constructor for class com.aspose.drawing.imaging.Metafile
Initializes a new instance of the Metafile class from the specified data stream, a Windows handle to a device context, and an EmfType enumeration that specifies the format of the Metafile.
MetafileFrameUnit - Class in com.aspose.drawing.imaging
Specifies the unit of measurement for the rectangle used to size and position a metafile.
MetafileHeader - Class in com.aspose.drawing.imaging
Contains attributes of an associated Metafile.
MetafileType - Class in com.aspose.drawing.imaging
Specifies types of metafiles.
MetaHeader - Class in com.aspose.drawing.imaging
Contains information about a windows-format (WMF) metafile.
MetaHeader() - Constructor for class com.aspose.drawing.imaging.MetaHeader
Initializes a new instance of the MetaHeader class
Metered - Class in com.aspose.drawing.dynabic.metered
Provides metered methods for integration
Metered() - Constructor for class com.aspose.drawing.dynabic.metered.Metered
 
MeteredExt - Class in com.aspose.drawing
Provides methods to set metered key.
MeteredExt() - Constructor for class com.aspose.drawing.MeteredExt
Initializes a new instance of the Metered class.
MiddleCenter - Static variable in class com.aspose.drawing.ContentAlignment
Content is vertically aligned in the middle, and horizontally aligned at the center.
MiddleLeft - Static variable in class com.aspose.drawing.ContentAlignment
Content is vertically aligned in the middle, and horizontally aligned on the left.
MiddleRight - Static variable in class com.aspose.drawing.ContentAlignment
Content is vertically aligned in the middle, and horizontally aligned on the right.
MidnightBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Millimeter - Static variable in class com.aspose.drawing.GraphicsUnit
Specifies the millimeter as the unit of measure.
Millimeter - Static variable in class com.aspose.drawing.imaging.MetafileFrameUnit
The unit of measurement is 1 millimeter.
Min - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies hatch style System.Drawing.drawing2d.HatchStyle.Horizontal.
Min - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
The minimum value for this enumeration.
MintCream - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
MistyRose - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Miter - Static variable in class com.aspose.drawing.drawing2d.LineJoin
Specifies a mitered join.
MiterClipped - Static variable in class com.aspose.drawing.drawing2d.LineJoin
Specifies a mitered join.
Moccasin - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Monospace - Static variable in class com.aspose.drawing.text.GenericFontFamilies
A generic Monospace FontFamily object.
MultiFormatEnd - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
Marks the end of a multiple-format section.
MultiFormatSection - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
Marks a multiple-format section.
MultiFormatStart - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
Marks the start of a multiple-format section.
MultiFrame - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies that the image has more than one frame (page).
multiply(Matrix) - Method in class com.aspose.drawing.drawing2d.Matrix
Multiplies this Matrix by the matrix specified in the matrix parameter, by prepending the specified Matrix.
multiply(Matrix, int) - Method in class com.aspose.drawing.drawing2d.Matrix
Multiplies this Matrix by the matrix specified in the matrix parameter, and in the order specified in the order parameter.
multiplyTransform(Matrix) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Multiplies the Matrix that represents the local geometric transform of this LinearGradientBrush by the specified Matrix by prepending the specified Matrix.
multiplyTransform(Matrix, int) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Multiplies the Matrix that represents the local geometric transform of this LinearGradientBrush by the specified Matrix in the specified order.
multiplyTransform(Matrix) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Updates the brush's transformation matrix with the product of brush's transformation matrix multiplied by another matrix.
multiplyTransform(Matrix, int) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Updates the brush's transformation matrix with the product of the brush's transformation matrix multiplied by another matrix.
multiplyTransform(Matrix) - Method in class com.aspose.drawing.Graphics
Multiplies the world transformation of this Graphics and specified the Matrix.
multiplyTransform(Matrix, int) - Method in class com.aspose.drawing.Graphics
Multiplies the world transformation of this Graphics and specified the Matrix in the specified order.
multiplyTransform(Matrix) - Method in class com.aspose.drawing.Pen
Multiplies the transformation matrix for this Pen by the specified Matrix.
multiplyTransform(Matrix, int) - Method in class com.aspose.drawing.Pen
Multiplies the transformation matrix for this Pen by the specified Matrix in the specified order.
multiplyTransform(Matrix) - Method in class com.aspose.drawing.TextureBrush
Multiplies the Matrix object that represents the local geometric transformation of this TextureBrush object by the specified Matrix object by prepending the specified Matrix object.
multiplyTransform(Matrix, int) - Method in class com.aspose.drawing.TextureBrush
Multiplies the Matrix object that represents the local geometric transformation of this TextureBrush object by the specified Matrix object in the specified order.
MultiplyWorldTransform - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.MultiplyTransform methods.

N

NarrowHorizontal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies horizontal lines that are spaced 75 percent closer together than hatch style System.Drawing.drawing2d.HatchStyle.Horizontal (or 25 percent closer together than System.Drawing.drawing2d.HatchStyle.LightHorizontal).
NarrowVertical - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies vertical lines that are spaced 75 percent closer together than hatch style System.Drawing.drawing2d.HatchStyle.Vertical (or 25 percent closer together than System.Drawing.drawing2d.HatchStyle.LightVertical).
National - Static variable in class com.aspose.drawing.StringDigitSubstitute
Specifies substitution digits that correspond with the official national language of the user's locale.
NavajoWhite - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Navy - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Near - Static variable in class com.aspose.drawing.StringAlignment
Specifies the text be aligned near the layout.
NearestNeighbor - Static variable in class com.aspose.drawing.drawing2d.InterpolationMode
Specifies nearest-neighbor interpolation.
nextMarker(int[], int[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
Increments the GraphicsPathIterator to the next marker in the path and returns the start and stop indexes by way of the [out] parameters.
nextMarker(GraphicsPath) - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
This GraphicsPathIterator object has a GraphicsPath object associated with it.
nextPathType(byte[], int[], int[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
Gets the starting index and the ending index of the next group of data points that all have the same type.
nextSubpath(int[], int[], boolean[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
Moves the GraphicsPathIterator to the next subpath in the path.
nextSubpath(GraphicsPath, boolean[]) - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
Gets the next figure (subpath) from the associated path of this GraphicsPathIterator.
NoAnchor - Static variable in class com.aspose.drawing.drawing2d.LineCap
Specifies no anchor.
NoClip - Static variable in class com.aspose.drawing.StringFormatFlags
Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to show.
NoFontFallback - Static variable in class com.aspose.drawing.StringFormatFlags
Fallback to alternate fonts for characters not supported in the requested font is disabled.
NoMirrorBitmap - Static variable in class com.aspose.drawing.CopyPixelOperation
The bitmap is not mirrored.
None - Static variable in class com.aspose.drawing.drawing2d.PixelOffsetMode
Specifies no pixel offset.
None - Static variable in class com.aspose.drawing.drawing2d.SmoothingMode
Specifies no antialiasing.
None - Static variable in class com.aspose.drawing.imaging.ImageFlags
There is no format information
None - Static variable in class com.aspose.drawing.StringDigitSubstitute
Specifies to disable substitutions.
None - Static variable in class com.aspose.drawing.StringTrimming
Specifies no trimming.
None - Static variable in class com.aspose.drawing.text.HotkeyPrefix
No hot-key prefix.
normalize() - Method in class com.aspose.drawing.Rectangle
Normalizes the rectangle by making it's width and height positive, left less than right and top less than bottom.
NotSourceCopy - Static variable in class com.aspose.drawing.CopyPixelOperation
The inverted source area is copied to the destination.
NotSourceErase - Static variable in class com.aspose.drawing.CopyPixelOperation
The source and destination colors are combined using the Boolean OR operator, and then resultant color is then inverted.
NoWrap - Static variable in class com.aspose.drawing.StringFormatFlags
Text wrapping between lines when formatting within a rectangle is disabled.

O

Object - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
Marks an object.
offset(int, int) - Method in class com.aspose.drawing.Point
Translates this Point by the specified amount.
offset(Point) - Method in class com.aspose.drawing.Point
Translates this Point by the specified Point.
offset(int, int) - Method in class com.aspose.drawing.Rectangle
Adjusts the location of this rectangle by the specified amount.
offset(Point) - Method in class com.aspose.drawing.Rectangle
Adjusts the location of this rectangle by the specified amount.
offset(PointF) - Method in class com.aspose.drawing.RectangleF
Adjusts the location of this rectangle by the specified amount.
offset(float, float) - Method in class com.aspose.drawing.RectangleF
Adjusts the location of this rectangle by the specified amount.
OffsetClip - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.TranslateClip methods.
OldLace - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Olive - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
OliveDrab - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
op_Addition(Point, Size) - Static method in class com.aspose.drawing.Point
 
op_Addition(PointF, Size) - Static method in class com.aspose.drawing.PointF
 
op_Addition(PointF, SizeF) - Static method in class com.aspose.drawing.PointF
 
op_Addition(Size, Size) - Static method in class com.aspose.drawing.Size
Adds the width and height of one Size structure to the width and height of another Size structure.
op_Addition(SizeF, SizeF) - Static method in class com.aspose.drawing.SizeF
Adds the width and height of one SizeF structure to the width and height of another SizeF structure.
op_Division(Size, int) - Static method in class com.aspose.drawing.Size
Divides Size by an int producing Size.
op_Division(Size, float) - Static method in class com.aspose.drawing.Size
Divides Size by a float producing SizeF.
op_Division(SizeF, float) - Static method in class com.aspose.drawing.SizeF
Divides SizeF by a float producing SizeF.
op_Equality(CharacterRange, CharacterRange) - Static method in class com.aspose.drawing.CharacterRange
Compares two CharacterRange objects.
op_Equality(Color, Color) - Static method in class com.aspose.drawing.Color
Tests whether two specified Color structures are equivalent.
op_Equality(Point, Point) - Static method in class com.aspose.drawing.Point
Compares two Point objects.
op_Equality(PointF, PointF) - Static method in class com.aspose.drawing.PointF
Compares two PointF structures.
op_Equality(Rectangle, Rectangle) - Static method in class com.aspose.drawing.Rectangle
Tests whether two Rectangle structures have equal location and size.
op_Equality(RectangleF, RectangleF) - Static method in class com.aspose.drawing.RectangleF
Tests whether two RectangleF structures have equal location and size.
op_Equality(Size, Size) - Static method in class com.aspose.drawing.Size
Tests whether two Size structures are equal.
op_Equality(SizeF, SizeF) - Static method in class com.aspose.drawing.SizeF
Tests whether two SizeF structures are equal.
op_Inequality(CharacterRange, CharacterRange) - Static method in class com.aspose.drawing.CharacterRange
Compares two CharacterRange objects.
op_Inequality(Color, Color) - Static method in class com.aspose.drawing.Color
Tests whether two specified Color structures are different.
op_Inequality(Point, Point) - Static method in class com.aspose.drawing.Point
Compares two Point objects.
op_Inequality(PointF, PointF) - Static method in class com.aspose.drawing.PointF
Determines whether the coordinates of the specified points are not equal.
op_Inequality(Rectangle, Rectangle) - Static method in class com.aspose.drawing.Rectangle
Tests whether two Rectangle structures differ in location or size.
op_Inequality(RectangleF, RectangleF) - Static method in class com.aspose.drawing.RectangleF
Tests whether two RectangleF structures differ in location or size.
op_Inequality(Size, Size) - Static method in class com.aspose.drawing.Size
Tests whether two Size structures are different.
op_Inequality(SizeF, SizeF) - Static method in class com.aspose.drawing.SizeF
Tests whether two SizeF structures are different.
op_Multiply(int, Size) - Static method in class com.aspose.drawing.Size
Multiplies a Size by an int producing Size.
op_Multiply(Size, int) - Static method in class com.aspose.drawing.Size
Multiplies Size by an int producing Size.
op_Multiply(float, Size) - Static method in class com.aspose.drawing.Size
Multiplies Size by a float producing SizeF.
op_Multiply(Size, float) - Static method in class com.aspose.drawing.Size
Multiplies Size by a float producing SizeF.
op_Multiply(float, SizeF) - Static method in class com.aspose.drawing.SizeF
Multiplies SizeF by a float producing SizeF.
op_Multiply(SizeF, float) - Static method in class com.aspose.drawing.SizeF
Multiplies SizeF by a float producing SizeF.
op_Subtraction(Point, Size) - Static method in class com.aspose.drawing.Point
 
op_Subtraction(PointF, Size) - Static method in class com.aspose.drawing.PointF
 
op_Subtraction(PointF, SizeF) - Static method in class com.aspose.drawing.PointF
 
op_Subtraction(Size, Size) - Static method in class com.aspose.drawing.Size
Subtracts the width and height of one Size structure from the width and height of another Size structure.
op_Subtraction(SizeF, SizeF) - Static method in class com.aspose.drawing.SizeF
Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.
Orange - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
OrangeRed - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Orchid - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
OutlinedDiamond - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies forward diagonal and backward diagonal lines that cross but are not antialiased.
Outset - Static variable in class com.aspose.drawing.drawing2d.PenAlignment
Specifies the Pen is positioned on the outside of the theoretical line.

P

Page - Static variable in class com.aspose.drawing.drawing2d.CoordinateSpace
Specifies that coordinates are in the page coordinate context.
PageSettings - Class in com.aspose.drawing.printing
Specifies settings that apply to a single, printed page.
PageSettings() - Constructor for class com.aspose.drawing.printing.PageSettings
 
PaleGoldenrod - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
PaleGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
PaleTurquoise - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
PaleVioletRed - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
PAlpha - Static variable in class com.aspose.drawing.imaging.PixelFormat
The pixel format contains premultiplied alpha values.
PapayaWhip - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
PartiallyScalable - Static variable in class com.aspose.drawing.imaging.ImageFlags
The pixel data is partially scalable, but there are some limitations.
PatCopy - Static variable in class com.aspose.drawing.CopyPixelOperation
The brush currently selected in the destination device context is copied to the destination bitmap.
PathData - Class in com.aspose.drawing.drawing2d
Contains the graphical data that makes up a GraphicsPath object.
PathData() - Constructor for class com.aspose.drawing.drawing2d.PathData
 
PathGradient - Static variable in class com.aspose.drawing.drawing2d.PenType
Specifies a path gradient fill.
PathGradientBrush - Class in com.aspose.drawing.drawing2d
Encapsulates a Brush object that fills the interior of a GraphicsPath object with a gradient.
PathGradientBrush(PointF[]) - Constructor for class com.aspose.drawing.drawing2d.PathGradientBrush
Initializes a new instance of the PathGradientBrush class with the specified points.
PathGradientBrush(PointF[], int) - Constructor for class com.aspose.drawing.drawing2d.PathGradientBrush
Initializes a new instance of the PathGradientBrush class with the specified points and wrap mode.
PathGradientBrush(Point[]) - Constructor for class com.aspose.drawing.drawing2d.PathGradientBrush
Initializes a new instance of the PathGradientBrush class with the specified points.
PathGradientBrush(Point[], int) - Constructor for class com.aspose.drawing.drawing2d.PathGradientBrush
Initializes a new instance of the PathGradientBrush class with the specified points and wrap mode.
PathGradientBrush(GraphicsPath) - Constructor for class com.aspose.drawing.drawing2d.PathGradientBrush
Initializes a new instance of the PathGradientBrush class with the specified path.
PathMarker - Static variable in class com.aspose.drawing.drawing2d.PathPointType
A path marker.
pathOp(Path, Path, int) - Static method in class com.aspose.drawing.internal.RegionEx
Performs the logical operation between two paths.
PathPointType - Class in com.aspose.drawing.drawing2d
Specifies the type of point in a GraphicsPath object.
PathTypeMask - Static variable in class com.aspose.drawing.drawing2d.PathPointType
A mask point.
PatInvert - Static variable in class com.aspose.drawing.CopyPixelOperation
The colors of the brush currently selected in the destination device context are combined with the colors of the destination are using the Boolean XOR operator.
PatPaint - Static variable in class com.aspose.drawing.CopyPixelOperation
The colors of the brush currently selected in the destination device context are combined with the colors of the inverted source area using the Boolean OR operator.
PeachPuff - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Pen - Static variable in class com.aspose.drawing.imaging.ColorAdjustType
Color adjustment information for ColorAdjustType.Pen objects.
Pen - Class in com.aspose.drawing
Defines an object used to draw lines and curves.
Pen(Color) - Constructor for class com.aspose.drawing.Pen
Initializes a new instance of the Pen class with the specified Color(Pen.getColor()/Pen.setColor(Color)).
Pen(Brush, float) - Constructor for class com.aspose.drawing.Pen
Initializes a new instance of the Pen class with the specified Brush and Width.
Pen(Brush) - Constructor for class com.aspose.drawing.Pen
Initializes a new instance of the Pen class with the specified Brush(Pen.getBrush()/Pen.setBrush(Brush)).
Pen(Color, float) - Constructor for class com.aspose.drawing.Pen
Initializes a new instance of the Pen class with the specified Color and Width properties.
PenAlignment - Class in com.aspose.drawing.drawing2d
Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.
Pens - Class in com.aspose.drawing
Pens for all the standard colors.
PenType - Class in com.aspose.drawing.drawing2d
Specifies the type of fill a Pen object uses to fill lines.
Percent05 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 5-percent hatch.
Percent10 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 10-percent hatch.
Percent20 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 20-percent hatch.
Percent25 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 25-percent hatch.
Percent30 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 30-percent hatch.
Percent40 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 40-percent hatch.
Percent50 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 50-percent hatch.
Percent60 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 60-percent hatch.
Percent70 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 70-percent hatch.
Percent75 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 75-percent hatch.
Percent80 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 80-percent hatch.
Percent90 - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a 90-percent hatch.
Perspective - Static variable in class com.aspose.drawing.drawing2d.WarpMode
Specifies a perspective warp.
Peru - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Pink - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Pixel - Static variable in class com.aspose.drawing.GraphicsUnit
Specifies a device pixel as the unit of measure.
Pixel - Static variable in class com.aspose.drawing.imaging.MetafileFrameUnit
The unit of measurement is 1 pixel.
PixelFormat - Class in com.aspose.drawing.imaging
Specifies the format of the color data for each pixel in the image.
PixelOffsetMode - Class in com.aspose.drawing.drawing2d
Specifies how pixels are offset during rendering.
Plaid - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of a plaid material.
playRecord(int, int, int, byte[]) - Method in class com.aspose.drawing.imaging.Metafile
Plays an individual metafile record.
PlayRecordCallback - Class in com.aspose.drawing.imaging
 
PlayRecordCallback() - Constructor for class com.aspose.drawing.imaging.PlayRecordCallback
 
Plum - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Point - Static variable in class com.aspose.drawing.GraphicsUnit
Specifies a printer's point (1/72 inch) as the unit of measure.
Point - Static variable in class com.aspose.drawing.imaging.MetafileFrameUnit
The unit of measurement is 1 printer's point.
Point - Class in com.aspose.drawing
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.
Point() - Constructor for class com.aspose.drawing.Point
 
Point(int, int) - Constructor for class com.aspose.drawing.Point
Initializes a new instance of the Point struct with the specified coordinates.
Point(Size) - Constructor for class com.aspose.drawing.Point
 
Point(int) - Constructor for class com.aspose.drawing.Point
Initializes a new instance of the Point struct using coordinates specified by an integer value.
PointF - Class in com.aspose.drawing
Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.
PointF() - Constructor for class com.aspose.drawing.PointF
 
PointF(float, float) - Constructor for class com.aspose.drawing.PointF
Initializes a new instance of the PointF structure with the specified coordinates.
PowderBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Prepend - Static variable in class com.aspose.drawing.drawing2d.MatrixOrder
The new operation is applied before the old operation.
PrintDocument - Class in com.aspose.drawing.printing
Defines a reusable object that sends output to a printer, when printing from a Windows Forms application.
PrintDocument() - Constructor for class com.aspose.drawing.printing.PrintDocument
 
PrinterResolution - Class in com.aspose.drawing.printing
Represents the resolution supported by a printer.
PrinterResolution() - Constructor for class com.aspose.drawing.printing.PrinterResolution
 
PrinterSettings - Class in com.aspose.drawing.printing
Specifies information about how a document is printed, including the printer that prints it, when printing from a Windows Forms application .
PrinterSettings() - Constructor for class com.aspose.drawing.printing.PrinterSettings
 
PrintEventArgs - Class in com.aspose.drawing.printing
Provides data for the E:PrintDocument.BeginPrint and E:PrintDocument.EndPrint events.
PrintEventArgs() - Constructor for class com.aspose.drawing.printing.PrintEventArgs
 
PrintPageEventArgs - Class in com.aspose.drawing.printing
Provides data for the E:PrintDocument.PrintPage event.
PrintPageEventArgs() - Constructor for class com.aspose.drawing.printing.PrintPageEventArgs
 
PrintRange - Class in com.aspose.drawing.printing
Specifies the part of the document to print.
PrivateFontCollection - Class in com.aspose.drawing.text
Provides a collection of font families built from font files that are provided by the client application.
PrivateFontCollection() - Constructor for class com.aspose.drawing.text.PrivateFontCollection
Initializes a new instance of the PrivateFontCollection class.
PropertyItem - Class in com.aspose.drawing.imaging
Encapsulates a metadata property to be included in an image file.
Purple - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.

Q

QUALITY - Static variable in class com.aspose.drawing.imaging.Encoder
Represents an Encoder object that is initialized with the globally unique identifier for the quality parameter category.

R

readArgb32Pixels(int[]) - Method in class com.aspose.drawing.Bitmap
Reads bitmap pixels in ARGB32 format into given array.
ReadOnly - Static variable in class com.aspose.drawing.imaging.ImageFlags
The pixel data is read-only.
ReadOnly - Static variable in class com.aspose.drawing.imaging.ImageLockMode
Specifies that a portion of the image is locked for reading.
ReadWrite - Static variable in class com.aspose.drawing.imaging.ImageLockMode
Specifies that a portion of the image is locked for reading or writing.
RebeccaPurple - Static variable in class com.aspose.drawing.KnownColor
A system-defined color representing the ARGB value #663399.
Rectangle - Class in com.aspose.drawing
Stores a set of four integers that represent the location and size of a rectangle.
Rectangle() - Constructor for class com.aspose.drawing.Rectangle
 
Rectangle(int, int, int, int) - Constructor for class com.aspose.drawing.Rectangle
Initializes a new instance of the Rectangle structure with the specified location and size.
Rectangle(Point, Size) - Constructor for class com.aspose.drawing.Rectangle
Initializes a new instance of the Rectangle struct with the specified location and size.
RectangleF - Class in com.aspose.drawing
Stores a set of four floating-point numbers that represent the location and size of a rectangle.
RectangleF() - Constructor for class com.aspose.drawing.RectangleF
 
RectangleF(PointF, SizeF) - Constructor for class com.aspose.drawing.RectangleF
Initializes a new instance of the RectangleF structure with the specified location and size.
RectangleF(float, float, float, float) - Constructor for class com.aspose.drawing.RectangleF
Initializes a new instance of the RectangleF structure with the specified location and size.
Red - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Region - Class in com.aspose.drawing
Describes the interior of a graphics shape composed of rectangles and paths.
Region() - Constructor for class com.aspose.drawing.Region
Initializes a new instance of the Region class.
Region(RectangleF) - Constructor for class com.aspose.drawing.Region
Initializes a new instance of the Region class from the specified RectangleF structure.
Region(Rectangle) - Constructor for class com.aspose.drawing.Region
Initializes a new instance of the Region class from the specified Rectangle structure.
Region(GraphicsPath) - Constructor for class com.aspose.drawing.Region
Initializes a new instance of the Region class with the specified GraphicsPath.
Region(RegionData) - Constructor for class com.aspose.drawing.Region
Initializes a new instance of the Region class from the specified data.
RegionBase - Class in com.aspose.drawing.internal
Describes the interior of a graphics shape composed of rectangles and paths.
RegionBase() - Constructor for class com.aspose.drawing.internal.RegionBase
Initializes a new instance of the RegionBase class.
RegionBase(RectangleF) - Constructor for class com.aspose.drawing.internal.RegionBase
Initializes a new instance of the RegionBase class from the specified RectangleF structure.
RegionBase(Rectangle) - Constructor for class com.aspose.drawing.internal.RegionBase
Initializes a new instance of the RegionBase class from the specified Rectangle structure.
RegionBase(GraphicsPath) - Constructor for class com.aspose.drawing.internal.RegionBase
Initializes a new instance of the RegionBase class with the specified GraphicsPath.
RegionBase(RegionData) - Constructor for class com.aspose.drawing.internal.RegionBase
Initializes a new instance of the RegionBase class from the specified data.
RegionBase(Region) - Constructor for class com.aspose.drawing.internal.RegionBase
Initializes a new instance of the RegionBase class.
RegionData - Class in com.aspose.drawing.drawing2d
Encapsulates the data that makes up a Region object.
RegionEx - Class in com.aspose.drawing.internal
Describes the interior of a graphics shape composed of rectangles and paths.
RegionEx() - Constructor for class com.aspose.drawing.internal.RegionEx
Initializes a new instance of the RegionEx class.
RegionEx(RectangleF) - Constructor for class com.aspose.drawing.internal.RegionEx
Initializes a new instance of the RegionEx class from the specified RectangleF structure.
RegionEx(Rectangle) - Constructor for class com.aspose.drawing.internal.RegionEx
Initializes a new instance of the RegionEx class from the specified Rectangle structure.
RegionEx(GraphicsPath) - Constructor for class com.aspose.drawing.internal.RegionEx
Initializes a new instance of the RegionEx class with the specified GraphicsPath.
RegionEx(RegionData) - Constructor for class com.aspose.drawing.internal.RegionEx
Initializes a new instance of the RegionEx class from the specified data.
RegionEx(Region) - Constructor for class com.aspose.drawing.internal.RegionEx
Initializes a new instance of the RegionEx class.
RegionHelper - Class in com.aspose.drawing.internal
The class contains helper functions to manipulate the regions.
RegionHelper() - Constructor for class com.aspose.drawing.internal.RegionHelper
 
RegionHelper.NodeType - Class in com.aspose.drawing.internal
Type of region data node.
Regular - Static variable in class com.aspose.drawing.FontStyle
Normal text.
releaseHdc(byte[]) - Method in class com.aspose.drawing.Graphics
Releases a device context handle obtained by a previous call to the M:Graphics.GetHdc method of this Graphics.
releaseHdc() - Method in class com.aspose.drawing.Graphics
Releases a device context handle obtained by a previous call to the M:Graphics.GetHdc method of this Graphics.
removeFamilies(FontFamily[]) - Method in class com.aspose.drawing.text.InstalledFontCollection
Removes families from the global system fonts collection.
removePropertyItem(int) - Method in class com.aspose.drawing.Bitmap
Removes the specified property item from this Image.
removePropertyItem(int) - Method in class com.aspose.drawing.Image
Removes the specified property item from this Image.
removePropertyItem(int) - Method in class com.aspose.drawing.imaging.Metafile
Removes the specified property item from this Image.
RENDER_METHOD - Static variable in class com.aspose.drawing.imaging.Encoder
Represents an Encoder object that is initialized with the globally unique identifier for the render method parameter category.
RenderNonProgressive - Static variable in class com.aspose.drawing.imaging.EncoderValue
Not used in GDI+ version 1.0.
RenderProgressive - Static variable in class com.aspose.drawing.imaging.EncoderValue
Not used in GDI+ version 1.0.
Replace - Static variable in class com.aspose.drawing.drawing2d.CombineMode
One clipping region is replaced by another.
reset() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Empties the drawing2d.GraphicsPath.PathPoints(GraphicsPath.getPathPoints()) and drawing2d.GraphicsPath.PathTypes(GraphicsPath.getPathTypes()) arrays and sets the FillMode to System.Drawing.drawing2d.FillMode.Alternate.
reset() - Method in class com.aspose.drawing.drawing2d.Matrix
Resets this Matrix to have the elements of the identity matrix.
resetClip() - Method in class com.aspose.drawing.Graphics
Resets the clip region of this Graphics to an infinite region.
ResetClip - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.ResetClip.
resetTransform() - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Resets the LinearGradientBrush.Transform property to identity.
resetTransform() - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Resets the PathGradientBrush.Transform property to identity.
resetTransform() - Method in class com.aspose.drawing.Graphics
Resets the world transformation matrix of this Graphics to the identity matrix.
resetTransform() - Method in class com.aspose.drawing.Pen
Resets the geometric transformation matrix for this Pen to identity.
resetTransform() - Method in class com.aspose.drawing.TextureBrush
Resets the Transform property of this TextureBrush object to identity.
ResetWorldTransform - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.ResetTransform.
restore(GraphicsState) - Method in class com.aspose.drawing.Graphics
Restores the state of this Graphics to the state represented by a GraphicsState.
Restore - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.Restore.
reverse() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Reverses the order of points in the drawing2d.GraphicsPath.PathPoints(GraphicsPath.getPathPoints()) array of this GraphicsPath.
rewind() - Method in class com.aspose.drawing.drawing2d.GraphicsPathIterator
Rewinds this GraphicsPathIterator to the beginning of its associated path.
Right - Static variable in class com.aspose.drawing.drawing2d.PenAlignment
Specifies the Pen is positioned to the right of the theoretical line.
RollbackDataLoaderPoint - Class in com.aspose.drawing.internal
The Rollback point
RollbackDataLoaderPoint() - Constructor for class com.aspose.drawing.internal.RollbackDataLoaderPoint
 
RosyBrown - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
rotate(float) - Method in class com.aspose.drawing.drawing2d.Matrix
Prepend to this Matrix a clockwise rotation, around the origin and by the specified angle.
rotate(float, int) - Method in class com.aspose.drawing.drawing2d.Matrix
Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix.
Rotate180FlipNone - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 180-degree rotation without flipping.
Rotate180FlipX - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 180-degree rotation followed by a horizontal flip.
Rotate180FlipXY - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 180-degree rotation followed by a horizontal and vertical flip.
Rotate180FlipY - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 180-degree rotation followed by a vertical flip.
Rotate270FlipNone - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 270-degree rotation without flipping.
Rotate270FlipX - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 270-degree rotation followed by a horizontal flip.
Rotate270FlipXY - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 270-degree rotation followed by a horizontal and vertical flip.
Rotate270FlipY - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 270-degree rotation followed by a vertical flip.
Rotate90FlipNone - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 90-degree rotation without flipping.
Rotate90FlipX - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 90-degree rotation followed by a horizontal flip.
Rotate90FlipXY - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 90-degree rotation followed by a horizontal and vertical flip.
Rotate90FlipY - Static variable in class com.aspose.drawing.RotateFlipType
Specifies a 90-degree rotation followed by a vertical flip.
rotateAt(float, PointF) - Method in class com.aspose.drawing.drawing2d.Matrix
Applies a clockwise rotation to this Matrix around the point specified in the point parameter, and by prepending the rotation.
rotateAt(float, PointF, int) - Method in class com.aspose.drawing.drawing2d.Matrix
Applies a clockwise rotation about the specified point to this Matrix in the specified order.
rotateFlip(int) - Method in class com.aspose.drawing.Bitmap
This method rotates, flips, or rotates and flips the Image.
rotateFlip(int) - Method in class com.aspose.drawing.Image
This method rotates, flips, or rotates and flips the Image.
rotateFlip(int) - Method in class com.aspose.drawing.imaging.Metafile
This method rotates, flips, or rotates and flips the Image.
RotateFlipType - Class in com.aspose.drawing
Specifies the direction of an image's rotation and the axis used to flip the image.
RotateNoneFlipNone - Static variable in class com.aspose.drawing.RotateFlipType
Specifies no rotation and no flipping.
RotateNoneFlipX - Static variable in class com.aspose.drawing.RotateFlipType
Specifies no rotation followed by a horizontal flip.
RotateNoneFlipXY - Static variable in class com.aspose.drawing.RotateFlipType
Specifies no rotation followed by a horizontal and vertical flip.
RotateNoneFlipY - Static variable in class com.aspose.drawing.RotateFlipType
Specifies no rotation followed by a vertical flip.
rotateTransform(float) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Rotates the local geometric transform by the specified amount.
rotateTransform(float, int) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Rotates the local geometric transform by the specified amount in the specified order.
rotateTransform(float) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Rotates the local geometric transform by the specified amount.
rotateTransform(float, int) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Rotates the local geometric transform by the specified amount in the specified order.
rotateTransform(float) - Method in class com.aspose.drawing.Graphics
Applies the specified rotation to the transformation matrix of this Graphics.
rotateTransform(float, int) - Method in class com.aspose.drawing.Graphics
Applies the specified rotation to the transformation matrix of this Graphics in the specified order.
rotateTransform(float) - Method in class com.aspose.drawing.Pen
Rotates the local geometric transformation by the specified angle.
rotateTransform(float, int) - Method in class com.aspose.drawing.Pen
Rotates the local geometric transformation by the specified angle in the specified order.
rotateTransform(float) - Method in class com.aspose.drawing.TextureBrush
Rotates the local geometric transformation of this TextureBrush object by the specified amount.
rotateTransform(float, int) - Method in class com.aspose.drawing.TextureBrush
Rotates the local geometric transformation of this TextureBrush object by the specified amount in the specified order.
RotateWorldTransform - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.RotateTransform methods.
Round - Static variable in class com.aspose.drawing.drawing2d.DashCap
Specifies a circular cap that rounds off both ends of each dash.
Round - Static variable in class com.aspose.drawing.drawing2d.LineCap
Specifies a round line cap.
Round - Static variable in class com.aspose.drawing.drawing2d.LineJoin
Specifies a circular join.
round(PointF) - Static method in class com.aspose.drawing.Point
Converts the specified PointF to a Point object by rounding the Point values to the nearest integer.
round(RectangleF) - Static method in class com.aspose.drawing.Rectangle
Converts the specified RectangleF to a Rectangle by rounding the RectangleF values to the nearest integer values.
round(SizeF) - Static method in class com.aspose.drawing.Size
Converts the specified SizeF structure to a Size structure by rounding the values of the SizeF structure to the nearest integer values.
RoundAnchor - Static variable in class com.aspose.drawing.drawing2d.LineCap
Specifies a round anchor cap.
RoyalBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.

S

SaddleBrown - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Salmon - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
SandyBrown - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
SansSerif - Static variable in class com.aspose.drawing.text.GenericFontFamilies
A generic Sans Serif FontFamily object.
save() - Method in class com.aspose.drawing.Graphics
Saves the current state of this Graphics and identifies the saved state with a GraphicsState.
save(OutputStream) - Method in class com.aspose.drawing.Icon
Saves this Icon to the specified output InputStream.
save(String) - Method in class com.aspose.drawing.Image
Saves this Image to the specified file or stream.
save(String, int) - Method in class com.aspose.drawing.Image
Saves this Image to the specified file in the specified format.
save(String, ImageCodecInfo, EncoderParameters) - Method in class com.aspose.drawing.Image
Saves this Image to the specified file, with the specified encoder and image-encoder parameters.
save(OutputStream, int) - Method in class com.aspose.drawing.Image
Saves this image to the specified stream in the specified format.
save(OutputStream, ImageCodecInfo, EncoderParameters) - Method in class com.aspose.drawing.Image
Saves this image to the specified stream, with the specified encoder and image encoder parameters.
Save - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.Save.
SAVE_FLAG - Static variable in class com.aspose.drawing.imaging.Encoder
Represents an Encoder object that is initialized with the globally unique identifier for the save flag parameter category.
saveAdd(EncoderParameters) - Method in class com.aspose.drawing.Image
Adds a frame to the file or stream specified in a previous call to the one of Image.Save(...) methods.
saveAdd(Image, EncoderParameters) - Method in class com.aspose.drawing.Image
Adds a frame to the file or stream specified in a previous call to the one of Image.Save(...) methods.
saveArgb64Pixels(Rectangle, long[]) - Method in interface com.aspose.drawing.internal.IPixelsSaver64
Saves the 64-bit ARGB pixels.
Scalable - Static variable in class com.aspose.drawing.imaging.ImageFlags
The pixel data is scalable.
scale(float, float) - Method in class com.aspose.drawing.drawing2d.Matrix
Applies the specified scale vector to this Matrix by prepending the scale vector.
scale(float, float, int) - Method in class com.aspose.drawing.drawing2d.Matrix
Applies the specified scale vector (scaleX and scaleY) to this Matrix using the specified order.
scaleTransform(float, float) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Scales the local geometric transform by the specified amounts.
scaleTransform(float, float, int) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Scales the local geometric transform by the specified amounts in the specified order.
scaleTransform(float, float) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Scales the local geometric transform by the specified amounts.
scaleTransform(float, float, int) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Scales the local geometric transform by the specified amounts in the specified order.
scaleTransform(float, float) - Method in class com.aspose.drawing.Graphics
Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix.
scaleTransform(float, float, int) - Method in class com.aspose.drawing.Graphics
Applies the specified scaling operation to the transformation matrix of this Graphics in the specified order.
scaleTransform(float, float) - Method in class com.aspose.drawing.Pen
Scales the local geometric transformation by the specified factors.
scaleTransform(float, float, int) - Method in class com.aspose.drawing.Pen
Scales the local geometric transformation by the specified factors in the specified order.
scaleTransform(float, float) - Method in class com.aspose.drawing.TextureBrush
Scales the local geometric transformation of this TextureBrush object by the specified amounts.
scaleTransform(float, float, int) - Method in class com.aspose.drawing.TextureBrush
Scales the local geometric transformation of this TextureBrush object by the specified amounts in the specified order.
ScaleWorldTransform - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.ScaleTransform methods.
SCAN_METHOD - Static variable in class com.aspose.drawing.imaging.Encoder
Represents an Encoder object that is initialized with the globally unique identifier for the scan method parameter category.
ScanMethodInterlaced - Static variable in class com.aspose.drawing.imaging.EncoderValue
Not used in GDI+ version 1.0.
ScanMethodNonInterlaced - Static variable in class com.aspose.drawing.imaging.EncoderValue
Not used in GDI+ version 1.0.
ScrollBar - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the background of a scroll bar.
SeaGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
SeaShell - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
selectActiveFrame(FrameDimension, int) - Method in class com.aspose.drawing.Image
Selects the frame specified by the dimension and index.
Selection - Static variable in class com.aspose.drawing.printing.PrintRange
The selected pages are printed.
Serif - Static variable in class com.aspose.drawing.text.GenericFontFamilies
A generic Serif FontFamily object.
set_Item(int, int, float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the specified row and column in the ColorMatrix.
setAlignment(int) - Method in class com.aspose.drawing.Pen
Gets or sets the alignment for this Pen.
setAlignment(int) - Method in class com.aspose.drawing.StringFormat
Gets or sets text alignment information on the vertical plane.
SetAntiAliasMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.SmoothingMode.
setBaseCap(int) - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Gets or sets the LineCap enumeration on which this CustomLineCap is based.
setBaseInset(float) - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Gets or sets the distance between the cap and the line.
setBboxBottom(short) - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Sets the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
setBboxLeft(short) - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Sets the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
setBboxRight(short) - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Sets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
setBboxTop(short) - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Sets the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
setBlend(Blend) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets a Blend(LinearGradientBrush.getBlend()/LinearGradientBrush.setBlend(Blend)) that specifies positions and factors that define a custom falloff for the gradient.
setBlend(Blend) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets a Blend(PathGradientBrush.getBlend()/PathGradientBrush.setBlend(Blend)) that specifies positions and factors that define a custom falloff for the gradient.
setBlendTriangularShape(float) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Creates a linear gradient with a center color and a linear falloff to a single color on both ends.
setBlendTriangularShape(float, float) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Creates a linear gradient with a center color and a linear falloff to a single color on both ends.
setBlendTriangularShape(float) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Creates a gradient with a center color and a linear falloff to one surrounding color.
setBlendTriangularShape(float, float) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Creates a gradient with a center color and a linear falloff to each surrounding color.
setBounds(RectangleF) - Method in class com.aspose.drawing.drawing2d.GraphicsState
Sets the bounds.
setBrush(Brush) - Method in class com.aspose.drawing.Pen
Gets or sets the Brush that determines attributes of this Pen.
setBrushRemapTable(ColorMap[]) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the color-remap table for the brush category.
setCenterColor(Color) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets the color at the center of the path gradient.
setCenterPoint(PointF) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets the center point of the path gradient.
setChecksum(short) - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Sets the checksum value for the previous ten WORD s in the header.
setClip(Region) - Method in class com.aspose.drawing.drawing2d.GraphicsState
 
setClip(Region) - Method in class com.aspose.drawing.Graphics
Sets a Region that limits the drawing region of this Graphics.
setClip(Graphics) - Method in class com.aspose.drawing.Graphics
Sets the clipping region of this Graphics to the Clip property of the specified Graphics
setClip(Rectangle) - Method in class com.aspose.drawing.Graphics
Sets the clipping region of this Graphics to the result of the specified operation combining the current clip region and the rectangle specified by a Rectangle structure.
setClip(RectangleF) - Method in class com.aspose.drawing.Graphics
Sets the clipping region of this Graphics to the result of the specified operation combining the current clip region and the rectangle specified by a RectangleF structure.
setClip(GraphicsPath) - Method in class com.aspose.drawing.Graphics
Sets the clipping region of this Graphics to the specified GraphicsPath .
setClip(Graphics, int) - Method in class com.aspose.drawing.Graphics
Sets the clipping region of this Graphics to the result of the specified combining operation of the current clip region and the Clip property of the specified Graphics.
setClip(Rectangle, int) - Method in class com.aspose.drawing.Graphics
Sets the clipping region of this Graphics to the result of the specified operation combining the current clip region and the rectangle specified by a Rectangle structure.
setClip(RectangleF, int) - Method in class com.aspose.drawing.Graphics
Sets the clipping region of this Graphics to the result of the specified operation combining the current clip region and the rectangle specified by a RectangleF structure.
setClip(GraphicsPath, int) - Method in class com.aspose.drawing.Graphics
Sets the clipping region of this Graphics to the result of the specified operation combining the current clip region and the specified GraphicsPath.
setClip(Region, int) - Method in class com.aspose.drawing.Graphics
Sets the clipping region of this Graphics to the result of the specified operation combining the current clip region and the specified Region.
SetClipPath - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.SetClip methods.
SetClipRect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.SetClip methods.
SetClipRegion - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.SetClip methods.
setClsid(UUID) - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Sets a UUID structure that contains a GUID that identifies a specific codec.
setCodecName(String) - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets a string that contains the name of the codec.
setColor(Color) - Method in class com.aspose.drawing.Pen
Gets or sets the color of this Pen.
setColor(Color) - Method in class com.aspose.drawing.SolidBrush
Sets the color of this SolidBrush object.
setColorKey(Color, Color) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the color key for the default category.
setColorKey(Color, Color, int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the color key (transparency range) for a specified category.
setColorMatrices(ColorMatrix, ColorMatrix) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.
setColorMatrices(ColorMatrix, ColorMatrix, int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.
setColorMatrices(ColorMatrix, ColorMatrix, int, int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the color-adjustment matrix and the grayscale-adjustment matrix for a specified category.
setColorMatrix(ColorMatrix) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the color-adjustment matrix for the default category.
setColorMatrix(ColorMatrix, int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the color-adjustment matrix for the default category.
setColorMatrix(ColorMatrix, int, int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the color-adjustment matrix for a specified category.
setColors(Color[]) - Method in class com.aspose.drawing.drawing2d.ColorBlend
Sets an array of colors that represents the colors to use at corresponding positions along a gradient.
setCompositingMode(int) - Method in class com.aspose.drawing.Graphics
Sets a value that specifies how composited images are drawn to this Graphics.
SetCompositingMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.CompositingMode.
setCompositingQuality(int) - Method in class com.aspose.drawing.Graphics
Sets the rendering quality of composited images drawn to this Graphics.
SetCompositingQuality - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.CompositingQuality.
setCompoundArray(float[]) - Method in class com.aspose.drawing.Pen
Gets or sets an array of values that specifies a compound pen.
setCustomEndCap(CustomLineCap) - Method in class com.aspose.drawing.Pen
Gets or sets a custom cap to use at the end of lines drawn with this Pen.
setCustomStartCap(CustomLineCap) - Method in class com.aspose.drawing.Pen
Gets or sets a custom cap to use at the beginning of lines drawn with this Pen.
setDashCap(int) - Method in class com.aspose.drawing.Pen
Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this Pen.
setDashOffset(float) - Method in class com.aspose.drawing.Pen
Gets or sets the distance from the start of a line to the beginning of a dash pattern.
setDashPattern(float[]) - Method in class com.aspose.drawing.Pen
Gets or sets an array of custom dashes and spaces.
setDashStyle(int) - Method in class com.aspose.drawing.Pen
Gets or sets the style used for dashed lines drawn with this Pen.
setData(byte[]) - Method in class com.aspose.drawing.drawing2d.RegionData
Sets an array of bytes that specify the Region object.
setDataLoader(IRasterImageArgb32PixelLoader) - Method in class com.aspose.drawing.internal.RollbackDataLoaderPoint
Sets the data loader.
setDigitSubstitution(int, int) - Method in class com.aspose.drawing.StringFormat
Specifies the language and method to be used when local digits are substituted for western digits.
setDigitSubstitutionLanguage(int) - Method in class com.aspose.drawing.StringFormat
 
setDigitSubstitutionMethod(int) - Method in class com.aspose.drawing.StringFormat
 
setEncoder(Encoder) - Method in class com.aspose.drawing.imaging.EncoderParameter
Gets or sets the Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object associated with this EncoderParameter object.
setEndCap(int) - Method in class com.aspose.drawing.Pen
Gets or sets the cap style used at the end of lines drawn with this Pen.
setEntries(int, Color) - Method in class com.aspose.drawing.imaging.ColorPalette
 
setFactors(float[]) - Method in class com.aspose.drawing.drawing2d.Blend
Sets an array of blend factors for the gradient.
setFilenameExtension(String) - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets string that contains the file name extension(s) used in the codec.
setFilled(boolean) - Method in class com.aspose.drawing.drawing2d.AdjustableArrowCap
Sets a value indicating whether the arrow cap is filled.
setFillMode(int) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Gets or sets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath are filled.
setFirst(int) - Method in class com.aspose.drawing.CharacterRange
Gets or sets the position in the string of the first character of this CharacterRange.
setFlags(int) - Method in class com.aspose.drawing.imaging.ColorPalette
 
setFocusScales(PointF) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets the focus point for the gradient falloff.
setFormatDescription(String) - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets a string that describes the codec's file format.
setFormatFlags(int) - Method in class com.aspose.drawing.StringFormat
Gets or sets a StringFormatFlags enumeration that contains formatting information.
setFormatID(UUID) - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Sets a UUID structure that contains a GUID that identifies the codec's format.
setGamma(float) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the gamma value for the default category.
setGamma(float, int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the gamma value for a specified category.
setGammaCorrection(boolean) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets a value indicating whether gamma correction is enabled for this LinearGradientBrush.
setHeaderSize(short) - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the size, in bytes, of the header file.
setHeight(float) - Method in class com.aspose.drawing.drawing2d.AdjustableArrowCap
Sets the height of the arrow cap.
setHeight(int) - Method in class com.aspose.drawing.imaging.BitmapData
Sets the pixel height of the Bitmap object.
setHeight(int) - Method in class com.aspose.drawing.internal.RollbackDataLoaderPoint
Sets the height.
setHeight(int) - Method in class com.aspose.drawing.Rectangle
Sets the height of this Rectangle structure.
setHeight(float) - Method in class com.aspose.drawing.RectangleF
Sets the height of this RectangleF structure.
setHeight(int) - Method in class com.aspose.drawing.Size
Sets the vertical component of this Size.
setHeight(float) - Method in class com.aspose.drawing.SizeF
Sets the vertical component of this SizeF structure.
setHmf(short) - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Sets the handle of the metafile in memory.
setHotkeyPrefix(int) - Method in class com.aspose.drawing.StringFormat
Gets or sets the HotkeyPrefix(StringFormat.getHotkeyPrefix()/StringFormat.setHotkeyPrefix(int)) object for this StringFormat object.
setId(int) - Method in class com.aspose.drawing.imaging.PropertyItem
Sets the ID of the property.
setInBeginUpdateCall(boolean) - Method in class com.aspose.drawing.Graphics
 
setInch(short) - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Sets the number of twips per inch.
setInterpolationColors(ColorBlend) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets a ColorBlend that defines a multicolor linear gradient.
setInterpolationColors(ColorBlend) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets a ColorBlend that defines a multicolor linear gradient.
setInterpolationMode(int) - Method in class com.aspose.drawing.Graphics
Sets the interpolation mode associated with this Graphics.
SetInterpolationMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.InterpolationMode.
setKey(int) - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Sets a value indicating the presence of a placeable metafile header.
setLen(int) - Method in class com.aspose.drawing.imaging.PropertyItem
Sets the length (in bytes) of the Value(PropertyItem.getValue()/PropertyItem.setValue(byte[])) property.
setLength(int) - Method in class com.aspose.drawing.CharacterRange
Gets or sets the number of positions in this CharacterRange.
setLicense(String) - Method in class com.aspose.drawing.License
Licenses the component.
setLicense(InputStream) - Method in class com.aspose.drawing.License
Licenses the component.
setLineAlignment(int) - Method in class com.aspose.drawing.StringFormat
Gets or sets the line alignment on the horizontal plane.
setLinearColors(Color[]) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets the starting and ending colors of the gradient.
setLineCap(int, int, int) - Method in class com.aspose.drawing.Pen
Sets the values that determine the style of cap used to end lines drawn by this Pen.
setLineJoin(int) - Method in class com.aspose.drawing.Pen
Gets or sets the join style for the ends of two consecutive lines drawn with this Pen.
setLocation(Point) - Method in class com.aspose.drawing.Rectangle
Sets the coordinates of the upper-left corner of this Rectangle structure.
setLocation(PointF) - Method in class com.aspose.drawing.RectangleF
Sets the coordinates of the upper-left corner of this RectangleF structure.
setMarkers() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Sets a marker on this GraphicsPath.
setMatrix00(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the 0 (zero) row and 0 column of this ColorMatrix.
setMatrix01(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the 0 (zero) row and first column of this ColorMatrix.
setMatrix02(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the 0 (zero) row and second column of this ColorMatrix.
setMatrix03(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the 0 (zero) row and third column of this ColorMatrix.
setMatrix04(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the 0 (zero) row and fourth column of this ColorMatrix.
setMatrix10(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the first row and 0 (zero) column of this ColorMatrix.
setMatrix11(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the first row and first column of this ColorMatrix.
setMatrix12(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the first row and second column of this ColorMatrix.
setMatrix13(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the first row and third column of this ColorMatrix.
setMatrix14(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the first row and fourth column of this ColorMatrix.
setMatrix20(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the second row and 0 (zero) column of this ColorMatrix.
setMatrix21(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the second row and first column of this ColorMatrix.
setMatrix22(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the second row and second column of this ColorMatrix.
setMatrix23(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the second row and third column of this ColorMatrix.
setMatrix24(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the second row and fourth column of this ColorMatrix.
setMatrix30(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the third row and 0 (zero) column of this ColorMatrix.
setMatrix31(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the third row and first column of this ColorMatrix.
setMatrix32(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the third row and second column of this ColorMatrix.
setMatrix33(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the third row and third column of this ColorMatrix.
setMatrix34(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the third row and fourth column of this ColorMatrix.
setMatrix40(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the fourth row and 0 (zero) column of this ColorMatrix.
setMatrix41(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the fourth row and first column of this .ColorMatrix.
setMatrix42(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the fourth row and second column of this ColorMatrix.
setMatrix43(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the fourth row and third column of this ColorMatrix.
setMatrix44(float) - Method in class com.aspose.drawing.imaging.ColorMatrix
Sets the element at the fourth row and fourth column of this ColorMatrix.
setMaxRecord(int) - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the size, in bytes, of the largest record in the associated Metafile object.
setMeasurableCharacterRanges(CharacterRange[]) - Method in class com.aspose.drawing.StringFormat
Specifies an array of CharacterRange structures that represent the ranges of characters measured by a call to the MeasureCharacterRanges method.
setMeteredKey(String, String) - Method in class com.aspose.drawing.dynabic.metered.Metered
Sets metered public and private key
setMeteredKey(String, String) - Method in class com.aspose.drawing.MeteredExt
Sets metered public and private key
setMiddleInset(float) - Method in class com.aspose.drawing.drawing2d.AdjustableArrowCap
Sets the number of units between the outline of the arrow cap and the fill.
setMimeType(String) - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets a string that contains the codec's Multipurpose Internet Mail Extensions (MIME) type.
setMiterLimit(float) - Method in class com.aspose.drawing.Pen
Gets or sets the limit of the thickness of the join on a mitered corner.
setMorePages(boolean) - Method in class com.aspose.drawing.printing.PrintPageEventArgs
Sets a value indicating whether an additional page should be printed.
setNewColor(Color) - Method in class com.aspose.drawing.imaging.ColorMap
Sets the new Color structure to which to convert.
setNoObjects(short) - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the maximum number of objects that exist in the Metafile object at the same time.
setNoOp() - Method in class com.aspose.drawing.imaging.ImageAttributes
Turns off color adjustment for the default category.
setNoOp(int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Turns off color adjustment for a specified category.
setNoParameters(short) - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the maximum number of parameters in the Metafile object.
setOldColor(Color) - Method in class com.aspose.drawing.imaging.ColorMap
Sets the existing Color structure to be converted.
setOutputChannel(int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the CMYK (cyan-magenta-yellow-black) output channel for the default category.
setOutputChannel(int, int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the CMYK (cyan-magenta-yellow-black) output channel for a specified category.
setOutputChannelColorProfile(String) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the output channel color-profile file for the default category.
setOutputChannelColorProfile(String, int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the output channel color-profile file for a specified category.
setPageScale(float) - Method in class com.aspose.drawing.Graphics
Sets the scaling between world units and page units for this Graphics.
SetPageTransform - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.TransformPoints methods.
setPageUnit(int) - Method in class com.aspose.drawing.Graphics
Sets the unit of measure used for page coordinates in this Graphics.
setPalette(ColorPalette) - Method in class com.aspose.drawing.Bitmap
Gets or sets the color palette used for this Image.
setPalette(ColorPalette) - Method in class com.aspose.drawing.Image
Gets or sets the color palette used for this Image.
setPalette(ColorPalette) - Method in class com.aspose.drawing.imaging.Metafile
Gets or sets the color palette used for this Image.
setParam(EncoderParameter[]) - Method in class com.aspose.drawing.imaging.EncoderParameters
Gets or sets an array of EncoderParameter objects.
setPixel(int, int, Color) - Method in class com.aspose.drawing.Bitmap
Sets the color of the specified pixel in this Bitmap.
setPixelFormat(int) - Method in class com.aspose.drawing.imaging.BitmapData
Sets the format of the pixel information in the Bitmap object that returned this BitmapData object.
setPixelOffsetMode(int) - Method in class com.aspose.drawing.Graphics
Sets a value specifying how pixels are offset during rendering of this Graphics.
SetPixelOffsetMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.PixelOffsetMode.
setPoints(PointF[]) - Method in class com.aspose.drawing.drawing2d.PathData
Sets an array of PointF structures that represents the points through which the path is constructed.
setPositions(float[]) - Method in class com.aspose.drawing.drawing2d.Blend
Sets an array of blend positions for the gradient.
setPositions(float[]) - Method in class com.aspose.drawing.drawing2d.ColorBlend
Sets the positions along a gradient line.
setPrinterName(String) - Method in class com.aspose.drawing.printing.PrinterSettings
Sets the name of the printer to use.
setPropertyItem(PropertyItem) - Method in class com.aspose.drawing.Bitmap
Stores a property item (piece of metadata) in this Image.
setPropertyItem(PropertyItem) - Method in class com.aspose.drawing.Image
Stores a property item (piece of metadata) in this Image.
setPropertyItem(PropertyItem) - Method in class com.aspose.drawing.imaging.Metafile
Stores a property item (piece of metadata) in this Image.
setRemapTable(ColorMap[]) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the color-remap table for the default category.
setRemapTable(ColorMap[], int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the color-remap table for a specified category.
setRenderingOrigin(Point) - Method in class com.aspose.drawing.Graphics
Sets the rendering origin of this Graphics for dithering and for hatch brushes.
SetRenderingOrigin - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.RenderingOrigin.
setReserved(int) - Method in class com.aspose.drawing.imaging.WmfPlaceableFileHeader
Reserved.
setResolution(float, float) - Method in class com.aspose.drawing.Bitmap
Sets the resolution for this Bitmap.
setScan0(int[]) - Method in class com.aspose.drawing.imaging.BitmapData
Sets the address of the first pixel data in the bitmap.
setSigmaBellShape(float) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Creates a gradient falloff based on a bell-shaped curve.
setSigmaBellShape(float, float) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Creates a gradient falloff based on a bell-shaped curve.
setSigmaBellShape(float) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary.
setSigmaBellShape(float, float) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary.
setSignatureMasks(byte[][]) - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets a two dimensional array of bytes that can be used as a filter.
setSignaturePatterns(byte[][]) - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets a two dimensional array of bytes that represents the signature of the codec.
setSize(int) - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the size, in bytes, of the associated Metafile object.
setSize(Size) - Method in class com.aspose.drawing.Rectangle
Sets the size of this Rectangle.
setSize(SizeF) - Method in class com.aspose.drawing.RectangleF
Sets the size of this RectangleF.
setSmoothingMode(int) - Method in class com.aspose.drawing.Graphics
Sets the rendering quality for this Graphics.
setStartCap(int) - Method in class com.aspose.drawing.Pen
Gets or sets the cap style used at the beginning of lines drawn with this Pen.
setStrictMode(boolean) - Static method in class com.aspose.drawing.DrawingSettings
Sets a value indicating whether the more strict catching of not implemented features is enabled.
setStride(int) - Method in class com.aspose.drawing.imaging.BitmapData
Sets the stride width (also called scan width) of the Bitmap object.
setStrokeCaps(int, int) - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Sets the caps used to start and end lines that make up this custom cap.
setStrokeJoin(int) - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Gets or sets the LineJoin enumeration that determines how lines that compose this CustomLineCap object are joined.
setSurroundColors(Color[]) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets an array of colors that correspond to the points in the path this PathGradientBrush fills.
setTabStops(float, float[]) - Method in class com.aspose.drawing.StringFormat
Sets tab stops for this StringFormat object.
setTag(Object) - Method in class com.aspose.drawing.Image
Gets or sets an object that provides additional data about the image.
setTextContrast(int) - Method in class com.aspose.drawing.Graphics
Sets the gamma correction value for rendering text.
SetTextContrast - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.TextContrast.
setTextRenderingHint(int) - Method in class com.aspose.drawing.Graphics
Sets the rendering mode for text associated with this Graphics.
SetTextRenderingHint - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.TextRenderingHint.
setThreshold(float) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the threshold (transparency range) for the default category.
setThreshold(float, int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the threshold (transparency range) for a specified category.
setTransform(Matrix) - Method in class com.aspose.drawing.drawing2d.GraphicsState
 
setTransform(Matrix) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets a copy Matrix that defines a local geometric transform for this LinearGradientBrush.
setTransform(Matrix) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets a copy of the Matrix that defines a local geometric transform for this PathGradientBrush.
setTransform(Matrix) - Method in class com.aspose.drawing.Graphics
Sets a copy of the geometric world transformation for this Graphics.
setTransform(Matrix) - Method in class com.aspose.drawing.Pen
Gets or sets a copy of the geometric transformation for this Pen.
setTransform(Matrix) - Method in class com.aspose.drawing.TextureBrush
Sets a copy of the Matrix object that defines a local geometric transformation for the image associated with this TextureBrush object.
setTrimming(int) - Method in class com.aspose.drawing.StringFormat
Gets or sets the StringTrimming enumeration for this StringFormat object.
setType(short) - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the type of the associated Metafile object.
setType(short) - Method in class com.aspose.drawing.imaging.PropertyItem
Sets an integer that defines the type of data contained in the Value(PropertyItem.getValue()/PropertyItem.setValue(byte[])) property.
setTypes(byte[]) - Method in class com.aspose.drawing.drawing2d.PathData
Sets the types of the corresponding points in the path.
setValue(byte[]) - Method in class com.aspose.drawing.imaging.PropertyItem
Sets the value of the property item.
setVectorRegions(boolean) - Static method in class com.aspose.drawing.Features
Gets or sets a value indicating whether use extended regions with vector paths should be use or not.
setVersion(int) - Method in class com.aspose.drawing.imaging.ImageCodecInfo
Gets or sets the version number of the codec.
setVersion(short) - Method in class com.aspose.drawing.imaging.MetaHeader
Gets or sets the version number of the header format.
setWidth(float) - Method in class com.aspose.drawing.drawing2d.AdjustableArrowCap
Sets the width of the arrow cap.
setWidth(int) - Method in class com.aspose.drawing.imaging.BitmapData
Sets the pixel width of the Bitmap object.
setWidth(int) - Method in class com.aspose.drawing.internal.RollbackDataLoaderPoint
Sets the width.
setWidth(float) - Method in class com.aspose.drawing.Pen
Gets or sets the width of this Pen, in units of the Graphics object used for drawing.
setWidth(int) - Method in class com.aspose.drawing.Rectangle
Sets the width of this Rectangle structure.
setWidth(float) - Method in class com.aspose.drawing.RectangleF
Sets the width of this RectangleF structure.
setWidth(int) - Method in class com.aspose.drawing.Size
Sets the horizontal component of this Size.
setWidth(float) - Method in class com.aspose.drawing.SizeF
Sets the horizontal component of this SizeF structure.
setWidthScale(float) - Method in class com.aspose.drawing.drawing2d.CustomLineCap
Gets or sets the amount by which to scale this CustomLineCap Class object with respect to the width of the Pen object.
SetWorldTransform - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.TransformPoints methods.
setWrapMode(int) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Gets or sets a WrapMode enumeration that indicates the wrap mode for this LinearGradientBrush.
setWrapMode(int) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Gets or sets a WrapMode(PathGradientBrush.getWrapMode()/PathGradientBrush.setWrapMode(int)) that indicates the wrap mode for this PathGradientBrush.
setWrapMode(int) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the wrap mode that is used to decide how to tile a texture across a shape, or at shape boundaries.
setWrapMode(int, Color) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries.
setWrapMode(int, Color, boolean) - Method in class com.aspose.drawing.imaging.ImageAttributes
Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries.
setWrapMode(int) - Method in class com.aspose.drawing.TextureBrush
Sets a WrapMode enumeration that indicates the wrap mode for this TextureBrush object.
setX(int) - Method in class com.aspose.drawing.Point
Sets the x-coordinate of this Point.
setX(float) - Method in class com.aspose.drawing.PointF
Sets the x-coordinate of this PointF.
setX(int) - Method in class com.aspose.drawing.printing.PrinterResolution
Sets the horizontal printer resolution, in dots per inch.
setX(int) - Method in class com.aspose.drawing.Rectangle
Sets the x-coordinate of the upper-left corner of this Rectangle structure.
setX(float) - Method in class com.aspose.drawing.RectangleF
Sets the x-coordinate of the upper-left corner of this RectangleF structure.
setY(int) - Method in class com.aspose.drawing.Point
Sets the y-coordinate of this Point.
setY(float) - Method in class com.aspose.drawing.PointF
Sets the y-coordinate of this PointF.
setY(int) - Method in class com.aspose.drawing.printing.PrinterResolution
Sets the vertical printer resolution, in dots per inch.
setY(int) - Method in class com.aspose.drawing.Rectangle
Sets the y-coordinate of the upper-left corner of this Rectangle structure.
setY(float) - Method in class com.aspose.drawing.RectangleF
Sets the x-coordinate of the upper-left corner of this RectangleF structure.
shear(float, float) - Method in class com.aspose.drawing.drawing2d.Matrix
Applies the specified shear vector to this Matrix by prepending the shear transformation.
shear(float, float, int) - Method in class com.aspose.drawing.drawing2d.Matrix
Applies the specified shear vector to this Matrix in the specified order.
Shingle - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of diagonally layered shingles that slant to the right from top points to bottom points.
Show - Static variable in class com.aspose.drawing.text.HotkeyPrefix
Display the hot-key prefix.
Sienna - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Silver - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
SingleBitPerPixel - Static variable in class com.aspose.drawing.text.TextRenderingHint
Each character is drawn using its glyph bitmap.
SingleBitPerPixelGridFit - Static variable in class com.aspose.drawing.text.TextRenderingHint
Each character is drawn using its glyph bitmap.
Size - Class in com.aspose.drawing
Stores an ordered pair of integers, typically the width and height of a rectangle.
Size() - Constructor for class com.aspose.drawing.Size
 
Size(Point) - Constructor for class com.aspose.drawing.Size
Initializes a new instance of the Size struct from the specified Point.
Size(int, int) - Constructor for class com.aspose.drawing.Size
Initializes a new instance of the Size struct from the specified dimensions.
SizeF - Class in com.aspose.drawing
Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle.
SizeF() - Constructor for class com.aspose.drawing.SizeF
 
SizeF(float, float) - Constructor for class com.aspose.drawing.SizeF
Initializes a new instance of the SizeF structure from the specified dimensions.
SizeF(PointF) - Constructor for class com.aspose.drawing.SizeF
Initializes a new instance of the SizeF struct.
SizeF(SizeF) - Constructor for class com.aspose.drawing.SizeF
Initializes a new instance of the SizeF struct.
SkipGrays - Static variable in class com.aspose.drawing.imaging.ColorMatrixFlag
All colors are adjusted, but gray shades are not adjusted.
SkyBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
SlateBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
SlateGray - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
SmallCheckerBoard - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of a checkerboard.
SmallConfetti - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of confetti.
SmallGrid - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies horizontal and vertical lines that cross and are spaced 50 percent closer together than hatch style System.Drawing.drawing2d.HatchStyle.Cross.
SmoothingMode - Class in com.aspose.drawing.drawing2d
Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
Snow - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Solid - Static variable in class com.aspose.drawing.drawing2d.DashStyle
Specifies a solid line.
SolidBrush - Class in com.aspose.drawing
Defines a brush of a single color.
SolidBrush(Color) - Constructor for class com.aspose.drawing.SolidBrush
Initializes a new instance of the SolidBrush class.
SolidColor - Static variable in class com.aspose.drawing.drawing2d.PenType
Specifies a solid fill.
SolidDiamond - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of a checkerboard placed diagonally.
SomePages - Static variable in class com.aspose.drawing.printing.PrintRange
The pages between Drawing.Printing.PrinterSettings.FromPage and Drawing.Printing.PrinterSettings.ToPage are printed.
SourceAnd - Static variable in class com.aspose.drawing.CopyPixelOperation
The colors of the source and destination areas are combined using the Boolean AND operator.
SourceCopy - Static variable in class com.aspose.drawing.CopyPixelOperation
The source area is copied directly to the destination area.
SourceCopy - Static variable in class com.aspose.drawing.drawing2d.CompositingMode
Specifies that when a color is rendered, it overwrites the background color.
SourceErase - Static variable in class com.aspose.drawing.CopyPixelOperation
The inverted colors of the destination area are combined with the colors of the source area using the Boolean AND operator.
SourceInvert - Static variable in class com.aspose.drawing.CopyPixelOperation
The colors of the source and destination areas are combined using the Boolean XOR operator.
SourceOver - Static variable in class com.aspose.drawing.drawing2d.CompositingMode
Specifies that when a color is rendered, it is blended with the background color.
SourcePaint - Static variable in class com.aspose.drawing.CopyPixelOperation
The colors of the source and destination areas are combined using the Boolean OR operator.
Sphere - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of spheres laid adjacent to one another.
SpringGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Square - Static variable in class com.aspose.drawing.drawing2d.LineCap
Specifies a square line cap.
SquareAnchor - Static variable in class com.aspose.drawing.drawing2d.LineCap
Specifies a square anchor line cap.
StandardPrintController - Class in com.aspose.drawing.printing
Specifies a print controller that sends information to a printer.
StandardPrintController() - Constructor for class com.aspose.drawing.printing.StandardPrintController
 
Start - Static variable in class com.aspose.drawing.drawing2d.PathPointType
The starting point of a GraphicsPath object.
startFigure() - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Starts a new figure without closing the current figure.
SteelBlue - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Strikeout - Static variable in class com.aspose.drawing.FontStyle
Text with a line through the middle.
StringAlignment - Class in com.aspose.drawing
Specifies the alignment of a text string relative to its layout rectangle.
StringDigitSubstitute - Class in com.aspose.drawing
The StringDigitSubstitute enumeration specifies how to substitute digits in a string according to a user's locale or language.
StringFormat - Class in com.aspose.drawing
Encapsulates text layout information (such as alignment, orientation and tab stops) display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features.
StringFormat() - Constructor for class com.aspose.drawing.StringFormat
Initializes a new instance of the StringFormat class.
StringFormat(StringFormat) - Constructor for class com.aspose.drawing.StringFormat
Initializes a new instance of the StringFormat class from the specified existing StringFormat object.
StringFormat(int, int) - Constructor for class com.aspose.drawing.StringFormat
Initializes a new instance of the StringFormat class with the specified StringFormatFlags enumeration and language.
StringFormat(int) - Constructor for class com.aspose.drawing.StringFormat
Initializes a new instance of the StringFormat class with the specified StringFormatFlags enumeration.
StringFormatFlags - Class in com.aspose.drawing
Specifies the display and layout information for text strings.
StringTrimming - Class in com.aspose.drawing
Specifies how to trim characters from a string that does not completely fit into a layout shape.
subtract(Point, Size) - Static method in class com.aspose.drawing.Point
 
subtract(PointF, Size) - Static method in class com.aspose.drawing.PointF
 
subtract(PointF, SizeF) - Static method in class com.aspose.drawing.PointF
 
subtract(Size, Size) - Static method in class com.aspose.drawing.Size
Subtracts the width and height of one Size structure from the width and height of another Size structure.
subtract(SizeF, SizeF) - Static method in class com.aspose.drawing.SizeF
Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.
Sync - Static variable in class com.aspose.drawing.drawing2d.FlushIntention
Specifies that all graphics operations on the stack are executed as soon as possible.
SystemColors - Class in com.aspose.drawing
Each property of the SystemColors class is a Color structure that is the color of a Windows display element.
SystemDefault - Static variable in class com.aspose.drawing.text.TextRenderingHint
Each character is drawn using its glyph bitmap, with the system default rendering hint.
SystemFonts - Class in com.aspose.drawing
Specifies the fonts used to display text in Windows display elements.
SystemIcons - Class in com.aspose.drawing
Each property of the SystemIcons class is an Icon object for Windows system-wide icons.
SystemIcons() - Constructor for class com.aspose.drawing.SystemIcons
 

T

Tan - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Teal - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Text - Static variable in class com.aspose.drawing.imaging.ColorAdjustType
Color adjustment information for text.
TextRenderingHint - Class in com.aspose.drawing.text
Specifies the quality of text rendering.
TextureBrush - Class in com.aspose.drawing
Each property of the TextureBrush class is a Brush object that uses an image to fill the interior of a shape.
TextureBrush(Image) - Constructor for class com.aspose.drawing.TextureBrush
Initializes a new instance of the TextureBrush class that uses the specified image.
TextureBrush(Image, int) - Constructor for class com.aspose.drawing.TextureBrush
Initializes a new instance of the TextureBrush class that uses the specified image and wrap mode.
TextureBrush(Image, int, RectangleF) - Constructor for class com.aspose.drawing.TextureBrush
Initializes a new instance of the TextureBrush class that uses the specified image, wrap mode, and bounding rectangle.
TextureBrush(Image, RectangleF) - Constructor for class com.aspose.drawing.TextureBrush
Initializes a new instance of the TextureBrush class that uses the specified image, and bounding rectangle.
TextureBrush(Image, RectangleF, ImageAttributes) - Constructor for class com.aspose.drawing.TextureBrush
Initializes a new instance of the TextureBrush class that uses the specified image, bounding rectangle, and image attributes.
TextureFill - Static variable in class com.aspose.drawing.drawing2d.PenType
Specifies a bitmap texture fill.
Thistle - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Tile - Static variable in class com.aspose.drawing.drawing2d.WrapMode
Tiles the gradient or texture.
TileFlipX - Static variable in class com.aspose.drawing.drawing2d.WrapMode
Reverses the texture or gradient horizontally and then tiles the texture or gradient.
TileFlipXY - Static variable in class com.aspose.drawing.drawing2d.WrapMode
Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.
TileFlipY - Static variable in class com.aspose.drawing.drawing2d.WrapMode
Reverses the texture or gradient vertically and then tiles the texture or gradient.
to_Point(Size) - Static method in class com.aspose.drawing.Size
Converts the specified Size to a Point.
to_PointF(Point) - Static method in class com.aspose.drawing.Point
Converts the specified Point structure to a PointF structure.
to_PointF(SizeF) - Static method in class com.aspose.drawing.SizeF
 
to_RectangleF(Rectangle) - Static method in class com.aspose.drawing.RectangleF
Converts the specified Rectangle structure to a RectangleF structure.
to_Size(Point) - Static method in class com.aspose.drawing.Point
 
to_SizeF(Size) - Static method in class com.aspose.drawing.Size
Converts the specified Size to a SizeF.
toArgb() - Method in class com.aspose.drawing.Color
Gets the 32-bit ARGB value of this Color structure.
toBitmap() - Method in class com.aspose.drawing.Icon
Converts this Icon to a GDI+ Bitmap.
toHtml(Color) - Static method in class com.aspose.drawing.ColorTranslator
Translates the specified Color structure to an HTML string color representation.
toKnownColor() - Method in class com.aspose.drawing.Color
Gets the KnownColor value of this Color structure.
Tomato - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
toOle(Color) - Static method in class com.aspose.drawing.ColorTranslator
Converts Color structure to OLE presentation of color.
TopCenter - Static variable in class com.aspose.drawing.ContentAlignment
Content is vertically aligned at the top, and horizontally aligned at the center.
TopLeft - Static variable in class com.aspose.drawing.ContentAlignment
Content is vertically aligned at the top, and horizontally aligned on the left.
toPointF() - Method in class com.aspose.drawing.SizeF
Converts a SizeF structure to a PointF structure.
TopRight - Static variable in class com.aspose.drawing.ContentAlignment
Content is vertically aligned at the top, and horizontally aligned on the right.
toSize() - Method in class com.aspose.drawing.SizeF
Converts a SizeF structure to a Size structure.
toString() - Method in class com.aspose.drawing.Color
Returns a String that represents this instance.
toString() - Method in class com.aspose.drawing.Font
Returns a human-readable string representation of this Font.
toString() - Method in class com.aspose.drawing.Icon
Gets a human-readable string that describes the Icon.
toString() - Method in class com.aspose.drawing.imaging.FrameDimension
Converts this FrameDimension object to a human-readable string.
toString() - Method in class com.aspose.drawing.imaging.ImageFormat
Converts this ImageFormat object to a human-readable string.
toString() - Method in class com.aspose.drawing.Point
 
toString() - Method in class com.aspose.drawing.PointF
 
toString() - Method in class com.aspose.drawing.Rectangle
 
toString() - Method in class com.aspose.drawing.RectangleF
 
toString() - Method in class com.aspose.drawing.Size
 
toString() - Method in class com.aspose.drawing.SizeF
 
Total - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
Used internally.
toWin32(Color) - Static method in class com.aspose.drawing.ColorTranslator
Converts Color structure to Win32 presentation of color.
Traditional - Static variable in class com.aspose.drawing.StringDigitSubstitute
Specifies substitution digits that correspond with the user's native script or language, which may be different from the official national language of the user's locale.
transform(Matrix) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Applies a transform matrix to this GraphicsPath.
transform(Matrix) - Method in class com.aspose.drawing.Region
Transforms this Region by the specified Matrix.
TRANSFORMATION - Static variable in class com.aspose.drawing.imaging.Encoder
Represents an Encoder object that is initialized with the globally unique identifier for the transformation parameter category.
TransformFlipHorizontal - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies that the image is to be flipped horizontally (about the vertical axis).
TransformFlipVertical - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies that the image is to be flipped vertically (about the horizontal axis).
transformPoints(PointF[]) - Method in class com.aspose.drawing.drawing2d.Matrix
Applies the geometric transform represented by this Matrix to a specified array of points.
transformPoints(Point[]) - Method in class com.aspose.drawing.drawing2d.Matrix
Applies the geometric transform represented by this Matrix to a specified array of points.
transformPoints(int, int, PointF[]) - Method in class com.aspose.drawing.Graphics
Transforms an array of points from one coordinate space to another using the current world and page transformations of this Graphics.
transformPoints(int, int, Point[]) - Method in class com.aspose.drawing.Graphics
Transforms an array of points from one coordinate space to another using the current world and page transformations of this Graphics.
TransformRotate180 - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies that the image is to be rotated 180 degrees about its center.
TransformRotate270 - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies that the image is to be rotated clockwise 270 degrees about its center.
TransformRotate90 - Static variable in class com.aspose.drawing.imaging.EncoderValue
Specifies that the image is to be rotated clockwise 90 degrees about its center.
transformVectors(PointF[]) - Method in class com.aspose.drawing.drawing2d.Matrix
Multiplies each vector in an array by the matrix.
translate(float, float) - Method in class com.aspose.drawing.drawing2d.Matrix
Applies the specified translation vector (offsetX and offsetY) to this Matrix by prepending the translation vector.
translate(float, float, int) - Method in class com.aspose.drawing.drawing2d.Matrix
Applies the specified translation vector to this Matrix in the specified order.
translate(float, float) - Method in class com.aspose.drawing.Region
Offsets the coordinates of this Region by the specified amount.
translate(int, int) - Method in class com.aspose.drawing.Region
Offsets the coordinates of this Region by the specified amount.
translateClip(int, int) - Method in class com.aspose.drawing.Graphics
Translates the clipping region of this Graphics by specified amounts in the horizontal and vertical directions.
translateClip(float, float) - Method in class com.aspose.drawing.Graphics
Translates the clipping region of this Graphics by specified amounts in the horizontal and vertical directions.
translateTransform(float, float) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Translates the local geometric transform by the specified dimensions.
translateTransform(float, float, int) - Method in class com.aspose.drawing.drawing2d.LinearGradientBrush
Translates the local geometric transform by the specified dimensions in the specified order.
translateTransform(float, float) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Applies the specified translation to the local geometric transform.
translateTransform(float, float, int) - Method in class com.aspose.drawing.drawing2d.PathGradientBrush
Applies the specified translation to the local geometric transform in the specified order.
translateTransform(float, float) - Method in class com.aspose.drawing.Graphics
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics.
translateTransform(float, float, int) - Method in class com.aspose.drawing.Graphics
Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this Graphics in the specified order.
translateTransform(float, float) - Method in class com.aspose.drawing.Pen
Translates the local geometric transformation by the specified dimensions.
translateTransform(float, float, int) - Method in class com.aspose.drawing.Pen
Translates the local geometric transformation by the specified dimensions in the specified order.
translateTransform(float, float) - Method in class com.aspose.drawing.TextureBrush
Translates the local geometric transformation of this TextureBrush object by the specified dimensions.
translateTransform(float, float, int) - Method in class com.aspose.drawing.TextureBrush
Translates the local geometric transformation of this TextureBrush object by the specified dimensions in the specified order.
TranslateWorldTransform - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See M:Graphics.TransformPoints methods.
Transparent - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Trellis - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of a trellis.
Triangle - Static variable in class com.aspose.drawing.drawing2d.DashCap
Specifies a triangular cap that points both ends of each dash.
Triangle - Static variable in class com.aspose.drawing.drawing2d.LineCap
Specifies a triangular line cap.
truncate(PointF) - Static method in class com.aspose.drawing.Point
Converts a PointF to a Point by performing a truncate operation on all the coordinates.
truncate(RectangleF) - Static method in class com.aspose.drawing.Rectangle
Converts the specified RectangleF to a Rectangle by truncating the RectangleF values.
truncate(SizeF) - Static method in class com.aspose.drawing.Size
Converts the specified SizeF structure to a Size structure by truncating the values of the SizeF structure to the next lower integer values.
Turquoise - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
TypeAnd - Static variable in class com.aspose.drawing.internal.RegionHelper.NodeType
The type means the intersection of two child nodes.
TypeComplement - Static variable in class com.aspose.drawing.internal.RegionHelper.NodeType
The type means the reverse difference of two child nodes.
TypeEmpty - Static variable in class com.aspose.drawing.internal.RegionHelper.NodeType
The type means the node contains empty region.
TypeExclude - Static variable in class com.aspose.drawing.internal.RegionHelper.NodeType
The type means the difference of two child nodes.
TypeInfinite - Static variable in class com.aspose.drawing.internal.RegionHelper.NodeType
The type means the node contains infinite region.
TypeOr - Static variable in class com.aspose.drawing.internal.RegionHelper.NodeType
The type means the union of two child nodes.
TypePath - Static variable in class com.aspose.drawing.internal.RegionHelper.NodeType
The type means the node contains a path-based region.
TypeRect - Static variable in class com.aspose.drawing.internal.RegionHelper.NodeType
The type means the node contains a rectangle-based region.
TypeXor - Static variable in class com.aspose.drawing.internal.RegionHelper.NodeType
The type means the exclusive of two child nodes.

U

Undefined - Static variable in class com.aspose.drawing.imaging.PixelFormat
The pixel format is undefined.
Underline - Static variable in class com.aspose.drawing.FontStyle
Underlined text.
Union - Static variable in class com.aspose.drawing.drawing2d.CombineMode
Two clipping regions are combined by taking the union of both.
union(Rectangle, Rectangle) - Static method in class com.aspose.drawing.Rectangle
Gets a Rectangle structure that contains the union of two Rectangle structures.
union(RectangleF, RectangleF) - Static method in class com.aspose.drawing.RectangleF
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
union(RectangleF) - Method in class com.aspose.drawing.Region
Updates this Region to the union of itself and the specified RectangleF structure.
union(Rectangle) - Method in class com.aspose.drawing.Region
Updates this Region to the union of itself and the specified Rectangle structure.
union(GraphicsPath) - Method in class com.aspose.drawing.Region
Updates this Region to the union of itself and the specified GraphicsPath.
union(Region) - Method in class com.aspose.drawing.Region
Updates this Region to the union of itself and the specified Region.
unlockBits(BitmapData) - Method in class com.aspose.drawing.Bitmap
Unlocks this Bitmap from system memory.
User - Static variable in class com.aspose.drawing.StringDigitSubstitute
Specifies a user-defined substitution scheme.
UserInputBuffer - Static variable in class com.aspose.drawing.imaging.ImageLockMode
Specifies that the buffer used for reading or writing pixel data is allocated by the user.

V

VERSION - Static variable in class com.aspose.drawing.imaging.Encoder
Represents an Encoder object that is initialized with the globally unique identifier for the version parameter category.
VersionGif87 - Static variable in class com.aspose.drawing.imaging.EncoderValue
Not used in GDI+ version 1.0.
VersionGif89 - Static variable in class com.aspose.drawing.imaging.EncoderValue
Not used in GDI+ version 1.0.
Vertical - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
A pattern of vertical lines.
Vertical - Static variable in class com.aspose.drawing.drawing2d.LinearGradientMode
Specifies a gradient from top to bottom.
Violet - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.

W

warp(PointF[], RectangleF) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath.
warp(PointF[], RectangleF, Matrix) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath.
warp(PointF[], RectangleF, Matrix, int) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath.
warp(PointF[], RectangleF, Matrix, int, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath.
WarpMode - Class in com.aspose.drawing.drawing2d
Specifies the type of warp transformation applied in a Warp method.
Wave - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies horizontal lines that are composed of tildes.
Weave - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies a hatch that has the appearance of a woven material.
Wheat - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
White - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
Whiteness - Static variable in class com.aspose.drawing.CopyPixelOperation
The destination area is filled by using the color associated with index 1 in the physical palette.
WhiteSmoke - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
WideDownwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as hatch style System.Drawing.drawing2d.HatchStyle.ForwardDiagonal, and are triple its width, but are not antialiased.
widen(Pen) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds an additional outline to the path.
widen(Pen, Matrix) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Adds an additional outline to the GraphicsPath.
widen(Pen, Matrix, float) - Method in class com.aspose.drawing.drawing2d.GraphicsPath
Replaces this GraphicsPath with curves that enclose the area that is filled when this path is drawn by the specified pen.
WideUpwardDiagonal - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies diagonal lines that slant to the left from top points to bottom points, have the same spacing as hatch style System.Drawing.drawing2d.HatchStyle.BackwardDiagonal, and are triple its width, but are not antialiased.
Winding - Static variable in class com.aspose.drawing.drawing2d.FillMode
Specifies the winding fill mode.
Window - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the background in the client area of a window.
WindowFrame - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of a window frame.
WindowText - Static variable in class com.aspose.drawing.KnownColor
The system-defined color of the text in the client area of a window.
Wmf - Static variable in class com.aspose.drawing.imaging.MetafileType
Specifies a WMF (Windows Metafile) file.
WmfAnimatePalette - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfArc - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfBitBlt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfChord - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfCreateBrushIndirect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfCreateFontIndirect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfCreatePalette - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfCreatePatternBrush - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfCreatePenIndirect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfCreateRegion - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfDeleteObject - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfDibBitBlt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfDibCreatePatternBrush - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfDibStretchBlt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfEllipse - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfEscape - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfExcludeClipRect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfExtFloodFill - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfExtTextOut - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfFillRegion - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfFloodFill - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfFrameRegion - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfIntersectClipRect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfInvertRegion - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfLineTo - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfMoveTo - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfOffsetCilpRgn - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfOffsetViewportOrg - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfOffsetWindowOrg - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfPaintRegion - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfPatBlt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfPie - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfPlaceable - Static variable in class com.aspose.drawing.imaging.MetafileType
Specifies a WMF (Windows Metafile) file that has a placeable metafile header in front of it.
WmfPlaceableFileHeader - Class in com.aspose.drawing.imaging
Defines a placeable metafile.
WmfPlaceableFileHeader() - Constructor for class com.aspose.drawing.imaging.WmfPlaceableFileHeader
 
WmfPolygon - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfPolyline - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfPolyPolygon - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfRealizePalette - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfRecordBase - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfRectangle - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfResizePalette - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
Increases or decreases the size of a logical palette based on the specified value.
WmfRestoreDC - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfRoundRect - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSaveDC - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfScaleViewportExt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfScaleWindowExt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSelectClipRegion - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSelectObject - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSelectPalette - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetBkColor - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetBkMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetDibToDev - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetLayout - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetMapMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetMapperFlags - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetPalEntries - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetPixel - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetPolyFillMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetRelAbs - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetROP2 - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetStretchBltMode - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetTextAlign - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetTextCharExtra - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetTextColor - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetTextJustification - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetViewportExt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetViewportOrg - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetWindowExt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfSetWindowOrg - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfStretchBlt - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfStretchDib - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
WmfTextOut - Static variable in class com.aspose.drawing.imaging.EmfPlusRecordType
See "Windows-Format Metafiles" in the GDI section of the MSDN Library.
Word - Static variable in class com.aspose.drawing.StringTrimming
Specifies that text is trimmed to the nearest word.
World - Static variable in class com.aspose.drawing.drawing2d.CoordinateSpace
Specifies that coordinates are in the world coordinate context.
World - Static variable in class com.aspose.drawing.GraphicsUnit
Specifies the world coordinate system unit as the unit of measure.
WrapMode - Class in com.aspose.drawing.drawing2d
Specifies how a texture or gradient is tiled when it is smaller than the area being filled.
writeArgb32Pixels(int[]) - Method in class com.aspose.drawing.Bitmap
Writes pixels to the bitmap.
WriteOnly - Static variable in class com.aspose.drawing.imaging.ImageLockMode
Specifies that a portion of the image is locked for writing.

X

Xor - Static variable in class com.aspose.drawing.drawing2d.CombineMode
Two clipping regions are combined by taking only the areas enclosed by one or the other region, but not both.
xor(RectangleF) - Method in class com.aspose.drawing.Region
Updates this Region to the union minus the intersection of itself with the specified RectangleF structure.
xor(Rectangle) - Method in class com.aspose.drawing.Region
Updates this Region to the union minus the intersection of itself with the specified Rectangle structure.
xor(GraphicsPath) - Method in class com.aspose.drawing.Region
Updates this Region to the union minus the intersection of itself with the specified GraphicsPath.
xor(Region) - Method in class com.aspose.drawing.Region
Updates this Region to the union minus the intersection of itself with the specified Region.

Y

Yellow - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.
YellowGreen - Static variable in class com.aspose.drawing.KnownColor
A system-defined color.

Z

ZigZag - Static variable in class com.aspose.drawing.drawing2d.HatchStyle
Specifies horizontal lines that are composed of zigzags.
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.