Package system.drawing
Class Graphics
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.drawing.Graphics
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class Graphics extends MarshalByRefObject implements java.lang.AutoCloseable
The base .NET class managing System.Drawing.Graphics, System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Graphics
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Drawing.Commonstatic java.lang.String
className
Qualified class name: System.Drawing.Graphicsstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
AddMetafileComment(byte[] data)
void
AddMetafileComment(JCORefOut dupParam0)
GraphicsContainer
BeginContainer()
GraphicsContainer
BeginContainer(RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit)
GraphicsContainer
BeginContainer(Rectangle dstrect, Rectangle srcrect, GraphicsUnit unit)
static Graphics
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoGraphics
, a cast assert is made to check if types are compatible.void
Clear(Color color)
void
close()
void
CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize)
void
CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation)
void
CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize)
void
CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation)
void
Dispose()
void
DrawArc(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)
void
DrawArc(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle)
void
DrawArc(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle)
void
DrawArc(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)
void
DrawBezier(Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4)
void
DrawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4)
void
DrawBezier(Pen pen, Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4)
void
DrawBeziers(Pen pen, Point[] points)
void
DrawBeziers(Pen pen, PointF[] points)
void
DrawCachedBitmap(CachedBitmap cachedBitmap, int x, int y)
void
DrawClosedCurve(Pen pen, Point[] points)
void
DrawClosedCurve(Pen pen, Point[] points, Single tension, FillMode fillmode)
void
DrawClosedCurve(Pen pen, PointF[] points)
void
DrawClosedCurve(Pen pen, PointF[] points, Single tension, FillMode fillmode)
void
DrawCurve(Pen pen, Point[] points)
void
DrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, Single tension)
void
DrawCurve(Pen pen, Point[] points, Single tension)
void
DrawCurve(Pen pen, PointF[] points)
void
DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments)
void
DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments, Single tension)
void
DrawCurve(Pen pen, PointF[] points, Single tension)
void
DrawEllipse(Pen pen, int x, int y, int width, int height)
void
DrawEllipse(Pen pen, Rectangle rect)
void
DrawEllipse(Pen pen, RectangleF rect)
void
DrawEllipse(Pen pen, Single x, Single y, Single width, Single height)
void
DrawIcon(Icon icon, int x, int y)
void
DrawIcon(Icon icon, Rectangle targetRect)
void
DrawIconUnstretched(Icon icon, Rectangle targetRect)
void
DrawImage(Image image, int x, int y)
void
DrawImage(Image image, int x, int y, int width, int height)
void
DrawImage(Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, Point point)
void
DrawImage(Image image, Point[] destPoints)
void
DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr)
void
DrawImage(Image image, PointF point)
void
DrawImage(Image image, PointF[] destPoints)
void
DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr)
void
DrawImage(Image image, Rectangle rect)
void
DrawImage(Image image, RectangleF rect)
void
DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit)
void
DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr)
void
DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit)
void
DrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs)
void
DrawImage(Image image, Single x, Single y)
void
DrawImage(Image image, Single x, Single y, RectangleF srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, Single x, Single y, Single width, Single height)
void
DrawImageUnscaled(Image image, int x, int y)
void
DrawImageUnscaled(Image image, int x, int y, int width, int height)
void
DrawImageUnscaled(Image image, Point point)
void
DrawImageUnscaled(Image image, Rectangle rect)
void
DrawImageUnscaledAndClipped(Image image, Rectangle rect)
void
DrawLine(Pen pen, int x1, int y1, int x2, int y2)
void
DrawLine(Pen pen, PointF pt1, PointF pt2)
void
DrawLine(Pen pen, Point pt1, Point pt2)
void
DrawLine(Pen pen, Single x1, Single y1, Single x2, Single y2)
void
DrawLines(Pen pen, Point[] points)
void
DrawLines(Pen pen, PointF[] points)
void
DrawPath(Pen pen, GraphicsPath path)
void
DrawPie(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)
void
DrawPie(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle)
void
DrawPie(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle)
void
DrawPie(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)
void
DrawPolygon(Pen pen, Point[] points)
void
DrawPolygon(Pen pen, PointF[] points)
void
DrawRectangle(Pen pen, int x, int y, int width, int height)
void
DrawRectangle(Pen pen, Rectangle rect)
void
DrawRectangle(Pen pen, RectangleF rect)
void
DrawRectangle(Pen pen, Single x, Single y, Single width, Single height)
void
DrawRectangles(Pen pen, Rectangle[] rects)
void
DrawRectangles(Pen pen, RectangleF[] rects)
void
DrawString(java.lang.String s, Font font, Brush brush, PointF point)
void
DrawString(java.lang.String s, Font font, Brush brush, PointF point, StringFormat format)
void
DrawString(java.lang.String s, Font font, Brush brush, RectangleF layoutRectangle)
void
DrawString(java.lang.String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format)
void
DrawString(java.lang.String s, Font font, Brush brush, Single x, Single y)
void
DrawString(java.lang.String s, Font font, Brush brush, Single x, Single y, StringFormat format)
void
EndContainer(GraphicsContainer container)
void
ExcludeClip(Rectangle rect)
void
ExcludeClip(Region region)
void
FillClosedCurve(Brush brush, Point[] points)
void
FillClosedCurve(Brush brush, Point[] points, FillMode fillmode)
void
FillClosedCurve(Brush brush, Point[] points, FillMode fillmode, Single tension)
void
FillClosedCurve(Brush brush, PointF[] points)
void
FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode)
void
FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode, Single tension)
void
FillEllipse(Brush brush, int x, int y, int width, int height)
void
FillEllipse(Brush brush, Rectangle rect)
void
FillEllipse(Brush brush, RectangleF rect)
void
FillEllipse(Brush brush, Single x, Single y, Single width, Single height)
void
FillPath(Brush brush, GraphicsPath path)
void
FillPie(Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle)
void
FillPie(Brush brush, RectangleF rect, Single startAngle, Single sweepAngle)
void
FillPie(Brush brush, Rectangle rect, Single startAngle, Single sweepAngle)
void
FillPie(Brush brush, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)
void
FillPolygon(Brush brush, Point[] points)
void
FillPolygon(Brush brush, Point[] points, FillMode fillMode)
void
FillPolygon(Brush brush, PointF[] points)
void
FillPolygon(Brush brush, PointF[] points, FillMode fillMode)
void
FillRectangle(Brush brush, int x, int y, int width, int height)
void
FillRectangle(Brush brush, Rectangle rect)
void
FillRectangle(Brush brush, RectangleF rect)
void
FillRectangle(Brush brush, Single x, Single y, Single width, Single height)
void
FillRectangles(Brush brush, Rectangle[] rects)
void
FillRectangles(Brush brush, RectangleF[] rects)
void
FillRegion(Brush brush, Region region)
void
Flush()
void
Flush(FlushIntention intention)
static Graphics
FromImage(Image image)
Region
getClip()
RectangleF
getClipBounds()
CompositingMode
getCompositingMode()
CompositingQuality
getCompositingQuality()
NetObject
GetContextInfo()
void
GetContextInfo(JCORefOut<PointF> offset)
void
GetContextInfo(JCORefOut<PointF> offset, JCORefOut<Region> clip)
Single
getDpiX()
Single
getDpiY()
InterpolationMode
getInterpolationMode()
boolean
getIsClipEmpty()
boolean
getIsVisibleClipEmpty()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeColor
GetNearestColor(Color color)
Single
getPageScale()
GraphicsUnit
getPageUnit()
PixelOffsetMode
getPixelOffsetMode()
Point
getRenderingOrigin()
SmoothingMode
getSmoothingMode()
int
getTextContrast()
TextRenderingHint
getTextRenderingHint()
Matrix
getTransform()
Matrix3x2
getTransformElements()
RectangleF
getVisibleClipBounds()
void
IntersectClip(Rectangle rect)
void
IntersectClip(RectangleF rect)
void
IntersectClip(Region region)
boolean
IsVisible(int x, int y)
boolean
IsVisible(int x, int y, int width, int height)
boolean
IsVisible(Point point)
boolean
IsVisible(PointF point)
boolean
IsVisible(Rectangle rect)
boolean
IsVisible(RectangleF rect)
boolean
IsVisible(Single x, Single y)
boolean
IsVisible(Single x, Single y, Single width, Single height)
Region[]
MeasureCharacterRanges(java.lang.String text, Font font, RectangleF layoutRect, StringFormat stringFormat)
SizeF
MeasureString(java.lang.String text, Font font)
SizeF
MeasureString(java.lang.String text, Font font, int width)
SizeF
MeasureString(java.lang.String text, Font font, int width, StringFormat format)
SizeF
MeasureString(java.lang.String text, Font font, PointF origin, StringFormat stringFormat)
SizeF
MeasureString(java.lang.String text, Font font, SizeF layoutArea)
SizeF
MeasureString(java.lang.String text, Font font, SizeF layoutArea, StringFormat stringFormat)
SizeF
MeasureString(java.lang.String text, Font font, SizeF layoutArea, StringFormat stringFormat, JCORefOut<java.util.concurrent.atomic.AtomicInteger> charactersFitted, JCORefOut<java.util.concurrent.atomic.AtomicInteger> linesFilled)
void
MultiplyTransform(Matrix matrix)
void
MultiplyTransform(Matrix matrix, MatrixOrder order)
void
ReleaseHdc()
void
ResetClip()
void
ResetTransform()
void
Restore(GraphicsState gstate)
void
RotateTransform(Single angle)
void
RotateTransform(Single angle, MatrixOrder order)
GraphicsState
Save()
void
ScaleTransform(Single sx, Single sy)
void
ScaleTransform(Single sx, Single sy, MatrixOrder order)
void
setClip(Region Clip)
void
SetClip(GraphicsPath path)
void
SetClip(GraphicsPath path, CombineMode combineMode)
void
SetClip(Graphics g)
void
SetClip(Graphics g, CombineMode combineMode)
void
SetClip(Rectangle rect)
void
SetClip(RectangleF rect)
void
SetClip(RectangleF rect, CombineMode combineMode)
void
SetClip(Rectangle rect, CombineMode combineMode)
void
SetClip(Region region, CombineMode combineMode)
void
setCompositingMode(CompositingMode CompositingMode)
void
setCompositingQuality(CompositingQuality CompositingQuality)
void
setInterpolationMode(InterpolationMode InterpolationMode)
void
setJCOInstance(JCObject instance)
void
setPageScale(Single PageScale)
void
setPageUnit(GraphicsUnit PageUnit)
void
setPixelOffsetMode(PixelOffsetMode PixelOffsetMode)
void
setRenderingOrigin(Point RenderingOrigin)
void
setSmoothingMode(SmoothingMode SmoothingMode)
void
setTextContrast(int TextContrast)
void
setTextRenderingHint(TextRenderingHint TextRenderingHint)
void
setTransform(Matrix Transform)
void
setTransformElements(Matrix3x2 TransformElements)
void
TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, Point[] pts)
void
TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF[] pts)
void
TranslateClip(int dx, int dy)
void
TranslateClip(Single dx, Single dy)
void
TranslateTransform(Single dx, Single dy)
void
TranslateTransform(Single dx, Single dy, MatrixOrder order)
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Drawing.Common- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Drawing.Graphics- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classMarshalByRefObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classMarshalByRefObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classMarshalByRefObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classMarshalByRefObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classMarshalByRefObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classMarshalByRefObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Graphics cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoGraphics
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Graphics
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsVisible
public boolean IsVisible(int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(int x, int y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Single x, Single y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Point point) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(PointF point) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Rectangle rect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(RectangleF rect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
GetNearestColor
public Color GetNearestColor(Color color) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, ArrayTypeMismatchException, FormatException
-
BeginContainer
public GraphicsContainer BeginContainer() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
BeginContainer
public GraphicsContainer BeginContainer(Rectangle dstrect, Rectangle srcrect, GraphicsUnit unit) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
BeginContainer
public GraphicsContainer BeginContainer(RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
Save
public GraphicsState Save() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
FromImage
public static Graphics FromImage(Image image) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
MeasureCharacterRanges
public Region[] MeasureCharacterRanges(java.lang.String text, Font font, RectangleF layoutRect, StringFormat stringFormat) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, FormatException
-
MeasureString
public SizeF MeasureString(java.lang.String text, Font font, int width, StringFormat format) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
MeasureString
public SizeF MeasureString(java.lang.String text, Font font, int width) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
MeasureString
public SizeF MeasureString(java.lang.String text, Font font, PointF origin, StringFormat stringFormat) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, FormatException
-
MeasureString
public SizeF MeasureString(java.lang.String text, Font font, SizeF layoutArea, StringFormat stringFormat, JCORefOut<java.util.concurrent.atomic.AtomicInteger> charactersFitted, JCORefOut<java.util.concurrent.atomic.AtomicInteger> linesFilled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, FormatException
-
MeasureString
public SizeF MeasureString(java.lang.String text, Font font, SizeF layoutArea, StringFormat stringFormat) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, FormatException
-
MeasureString
public SizeF MeasureString(java.lang.String text, Font font, SizeF layoutArea) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
MeasureString
public SizeF MeasureString(java.lang.String text, Font font) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
GetContextInfo
public NetObject GetContextInfo() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
AddMetafileComment
public void AddMetafileComment(byte[] data) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
AddMetafileComment
public void AddMetafileComment(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
Clear
public void Clear(Color color) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, ArrayTypeMismatchException, FormatException
-
CopyFromScreen
public void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ArrayTypeMismatchException
InvalidOperationException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
NotSupportedException
Win32Exception
-
CopyFromScreen
public void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception
-
CopyFromScreen
public void CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception
-
CopyFromScreen
public void CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, Win32Exception
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArrayTypeMismatchException, InvalidOperationException, FormatException
-
DrawArc
public void DrawArc(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawArc
public void DrawArc(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawArc
public void DrawArc(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawArc
public void DrawArc(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawBezier
public void DrawBezier(Pen pen, Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawBezier
public void DrawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawBezier
public void DrawBezier(Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawBeziers
public void DrawBeziers(Pen pen, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawBeziers
public void DrawBeziers(Pen pen, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawCachedBitmap
public void DrawCachedBitmap(CachedBitmap cachedBitmap, int x, int y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawClosedCurve
public void DrawClosedCurve(Pen pen, Point[] points, Single tension, FillMode fillmode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawClosedCurve
public void DrawClosedCurve(Pen pen, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawClosedCurve
public void DrawClosedCurve(Pen pen, PointF[] points, Single tension, FillMode fillmode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawClosedCurve
public void DrawClosedCurve(Pen pen, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawCurve
public void DrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawCurve
public void DrawCurve(Pen pen, Point[] points, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawCurve
public void DrawCurve(Pen pen, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawCurve
public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawCurve
public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawCurve
public void DrawCurve(Pen pen, PointF[] points, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawCurve
public void DrawCurve(Pen pen, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawEllipse
public void DrawEllipse(Pen pen, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawEllipse
public void DrawEllipse(Pen pen, Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawEllipse
public void DrawEllipse(Pen pen, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawEllipse
public void DrawEllipse(Pen pen, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawIcon
public void DrawIcon(Icon icon, int x, int y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, IndexOutOfRangeException, OverflowException
-
DrawIcon
public void DrawIcon(Icon icon, Rectangle targetRect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, IndexOutOfRangeException, OverflowException
-
DrawIconUnstretched
public void DrawIconUnstretched(Icon icon, Rectangle targetRect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, IndexOutOfRangeException, OverflowException
-
DrawImage
public void DrawImage(Image image, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
DrawImage
public void DrawImage(Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
DrawImage
public void DrawImage(Image image, int x, int y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
DrawImage
public void DrawImage(Image image, Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
DrawImage
public void DrawImage(Image image, Single x, Single y, RectangleF srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
DrawImage
public void DrawImage(Image image, Single x, Single y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
DrawImage
public void DrawImage(Image image, Point point) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawImage
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawImage
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawImage
public void DrawImage(Image image, Point[] destPoints) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
DrawImage
public void DrawImage(Image image, PointF point) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawImage
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawImage
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
DrawImage
public void DrawImage(Image image, PointF[] destPoints) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
DrawImage
public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, FormatException, InvalidOperationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
FormatException
InvalidOperationException
-
DrawImage
public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
-
DrawImage
public void DrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, FormatException, InvalidOperationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
FormatException
InvalidOperationException
-
DrawImage
public void DrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
-
DrawImage
public void DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
DrawImage
public void DrawImage(Image image, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawImage
public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
DrawImage
public void DrawImage(Image image, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawImageUnscaled
public void DrawImageUnscaled(Image image, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawImageUnscaled
public void DrawImageUnscaled(Image image, int x, int y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawImageUnscaled
public void DrawImageUnscaled(Image image, Point point) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawImageUnscaled
public void DrawImageUnscaled(Image image, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawImageUnscaledAndClipped
public void DrawImageUnscaledAndClipped(Image image, Rectangle rect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawLine
public void DrawLine(Pen pen, int x1, int y1, int x2, int y2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawLine
public void DrawLine(Pen pen, Single x1, Single y1, Single x2, Single y2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawLine
public void DrawLine(Pen pen, Point pt1, Point pt2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawLine
public void DrawLine(Pen pen, PointF pt1, PointF pt2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawLines
public void DrawLines(Pen pen, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawLines
public void DrawLines(Pen pen, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawPath
public void DrawPath(Pen pen, GraphicsPath path) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawPie
public void DrawPie(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawPie
public void DrawPie(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawPie
public void DrawPie(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawPie
public void DrawPie(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawPolygon
public void DrawPolygon(Pen pen, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawPolygon
public void DrawPolygon(Pen pen, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawRectangle
public void DrawRectangle(Pen pen, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawRectangle
public void DrawRectangle(Pen pen, Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawRectangle
public void DrawRectangle(Pen pen, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawRectangle
public void DrawRectangle(Pen pen, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawRectangles
public void DrawRectangles(Pen pen, Rectangle[] rects) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawRectangles
public void DrawRectangles(Pen pen, RectangleF[] rects) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawString
public void DrawString(java.lang.String s, Font font, Brush brush, Single x, Single y, StringFormat format) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawString
public void DrawString(java.lang.String s, Font font, Brush brush, Single x, Single y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawString
public void DrawString(java.lang.String s, Font font, Brush brush, PointF point, StringFormat format) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawString
public void DrawString(java.lang.String s, Font font, Brush brush, PointF point) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawString
public void DrawString(java.lang.String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawString
public void DrawString(java.lang.String s, Font font, Brush brush, RectangleF layoutRectangle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
EndContainer
public void EndContainer(GraphicsContainer container) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
ExcludeClip
public void ExcludeClip(Rectangle rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
ExcludeClip
public void ExcludeClip(Region region) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillEllipse
public void FillEllipse(Brush brush, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillEllipse
public void FillEllipse(Brush brush, Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillEllipse
public void FillEllipse(Brush brush, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
FillEllipse
public void FillEllipse(Brush brush, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
FillPath
public void FillPath(Brush brush, GraphicsPath path) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillPie
public void FillPie(Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillPie
public void FillPie(Brush brush, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillPie
public void FillPie(Brush brush, Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
FillPie
public void FillPie(Brush brush, RectangleF rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
FillPolygon
public void FillPolygon(Brush brush, Point[] points, FillMode fillMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillPolygon
public void FillPolygon(Brush brush, Point[] points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
FillPolygon
public void FillPolygon(Brush brush, PointF[] points, FillMode fillMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillPolygon
public void FillPolygon(Brush brush, PointF[] points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
FillRectangle
public void FillRectangle(Brush brush, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillRectangle
public void FillRectangle(Brush brush, Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillRectangle
public void FillRectangle(Brush brush, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
FillRectangle
public void FillRectangle(Brush brush, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
FillRectangles
public void FillRectangles(Brush brush, Rectangle[] rects) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillRectangles
public void FillRectangles(Brush brush, RectangleF[] rects) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
FillRegion
public void FillRegion(Brush brush, Region region) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
Flush
public void Flush() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
Flush
public void Flush(FlushIntention intention) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
GetContextInfo
public void GetContextInfo(JCORefOut<PointF> offset, JCORefOut<Region> clip) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
GetContextInfo
public void GetContextInfo(JCORefOut<PointF> offset) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
IntersectClip
public void IntersectClip(Rectangle rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
IntersectClip
public void IntersectClip(RectangleF rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
IntersectClip
public void IntersectClip(Region region) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
MultiplyTransform
public void MultiplyTransform(Matrix matrix, MatrixOrder order) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
MultiplyTransform
public void MultiplyTransform(Matrix matrix) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
ReleaseHdc
public void ReleaseHdc() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
ResetClip
public void ResetClip() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
ResetTransform
public void ResetTransform() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
Restore
public void Restore(GraphicsState gstate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
RotateTransform
public void RotateTransform(Single angle, MatrixOrder order) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
RotateTransform
public void RotateTransform(Single angle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
ScaleTransform
public void ScaleTransform(Single sx, Single sy, MatrixOrder order) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
ScaleTransform
public void ScaleTransform(Single sx, Single sy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
SetClip
public void SetClip(GraphicsPath path, CombineMode combineMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
SetClip
public void SetClip(GraphicsPath path) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
SetClip
public void SetClip(Graphics g, CombineMode combineMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
SetClip
public void SetClip(Graphics g) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
SetClip
public void SetClip(Rectangle rect, CombineMode combineMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
SetClip
public void SetClip(Rectangle rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
SetClip
public void SetClip(RectangleF rect, CombineMode combineMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
SetClip
public void SetClip(RectangleF rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
SetClip
public void SetClip(Region region, CombineMode combineMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
TransformPoints
public void TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, Point[] pts) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
TransformPoints
public void TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF[] pts) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
TranslateClip
public void TranslateClip(int dx, int dy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
TranslateClip
public void TranslateClip(Single dx, Single dy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
TranslateTransform
public void TranslateTransform(Single dx, Single dy, MatrixOrder order) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
TranslateTransform
public void TranslateTransform(Single dx, Single dy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
java.lang.Exception
-
getIsClipEmpty
public boolean getIsClipEmpty() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
getIsVisibleClipEmpty
public boolean getIsVisibleClipEmpty() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
getTextContrast
public int getTextContrast() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setTextContrast
public void setTextContrast(int TextContrast) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
getDpiX
public Single getDpiX() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
getDpiY
public Single getDpiY() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
getPageScale
public Single getPageScale() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setPageScale
public void setPageScale(Single PageScale) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, FormatException
-
getCompositingMode
public CompositingMode getCompositingMode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setCompositingMode
public void setCompositingMode(CompositingMode CompositingMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException
-
getCompositingQuality
public CompositingQuality getCompositingQuality() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setCompositingQuality
public void setCompositingQuality(CompositingQuality CompositingQuality) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException
-
getInterpolationMode
public InterpolationMode getInterpolationMode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setInterpolationMode
public void setInterpolationMode(InterpolationMode InterpolationMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException
-
getTransform
public Matrix getTransform() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
setTransform
public void setTransform(Matrix Transform) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
getPixelOffsetMode
public PixelOffsetMode getPixelOffsetMode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setPixelOffsetMode
public void setPixelOffsetMode(PixelOffsetMode PixelOffsetMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException
-
getSmoothingMode
public SmoothingMode getSmoothingMode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setSmoothingMode
public void setSmoothingMode(SmoothingMode SmoothingMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException
-
getPageUnit
public GraphicsUnit getPageUnit() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setPageUnit
public void setPageUnit(GraphicsUnit PageUnit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException
-
getRenderingOrigin
public Point getRenderingOrigin() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setRenderingOrigin
public void setRenderingOrigin(Point RenderingOrigin) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
getClipBounds
public RectangleF getClipBounds() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
getVisibleClipBounds
public RectangleF getVisibleClipBounds() throws java.lang.Throwable, ArgumentException, InvalidOperationException, Win32Exception, ArgumentNullException, PlatformNotSupportedException, InvalidPrinterException, ArgumentOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, InvalidCastException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
Win32Exception
ArgumentNullException
PlatformNotSupportedException
InvalidPrinterException
ArgumentOutOfRangeException
ArrayTypeMismatchException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
InvalidCastException
MulticastNotSupportedException
IndexOutOfRangeException
FormatException
-
getClip
public Region getClip() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
setClip
public void setClip(Region Clip) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
getTextRenderingHint
public TextRenderingHint getTextRenderingHint() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setTextRenderingHint
public void setTextRenderingHint(TextRenderingHint TextRenderingHint) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException
-
getTransformElements
public Matrix3x2 getTransformElements() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setTransformElements
public void setTransformElements(Matrix3x2 TransformElements) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
-