public class Graphics extends MarshalByRefObject implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Graphics
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Drawing.Common
|
static java.lang.String |
className
Qualified class name: System.Drawing.Graphics
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Graphics() |
Graphics(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and 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 the
IJCOBridgeReflected instance into Graphics, 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,
Effect effect) |
void |
DrawImage(Image image,
Effect effect,
RectangleF srcRect,
Matrix transform,
GraphicsUnit srcUnit,
ImageAttributes imageAttr) |
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 |
DrawRoundedRectangle(Pen pen,
RectangleF rect,
SizeF radius) |
void |
DrawRoundedRectangle(Pen pen,
Rectangle rect,
Size radius) |
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 |
FillRoundedRectangle(Brush brush,
RectangleF rect,
SizeF radius) |
void |
FillRoundedRectangle(Brush brush,
Rectangle rect,
Size radius) |
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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
Color |
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(Graphics g) |
void |
SetClip(Graphics g,
CombineMode combineMode) |
void |
SetClip(GraphicsPath path) |
void |
SetClip(GraphicsPath path,
CombineMode combineMode) |
void |
SetClip(Rectangle rect) |
void |
SetClip(Rectangle rect,
CombineMode combineMode) |
void |
SetClip(RectangleF rect) |
void |
SetClip(RectangleF rect,
CombineMode combineMode) |
void |
setClip(Region Clip) |
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) |
GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Graphics()
throws java.lang.Throwable
java.lang.Throwablepublic Graphics(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddMetafileComment(byte[] data)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
FormatException
public void AddMetafileComment(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public GraphicsContainer BeginContainer() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArgumentNullException
public GraphicsContainer BeginContainer(RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArgumentNullException
public GraphicsContainer BeginContainer(Rectangle dstrect, Rectangle srcrect, GraphicsUnit unit) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, FormatException, InvalidOperationException, ArgumentNullException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionArgumentNullExceptionpublic static Graphics cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Graphics, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedGraphics instancejava.lang.Throwable - in case of error during cast operationpublic void Clear(Color color) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, FormatException
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void CopyFromScreen(int sourceX,
int sourceY,
int destinationX,
int destinationY,
Size blockRegionSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NotSupportedException,
FormatException,
InvalidEnumArgumentException,
Win32Exception
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,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception
public void CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotSupportedException, FormatException, InvalidEnumArgumentException, Win32Exception
public void Dispose()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentException,
FormatException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionpublic void DrawArc(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void DrawArc(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void DrawArc(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
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
public void DrawBezier(Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void DrawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
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
public void DrawBeziers(Pen pen, Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawBeziers(Pen pen, PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawCachedBitmap(CachedBitmap cachedBitmap, int x, int y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void DrawClosedCurve(Pen pen, Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawClosedCurve(Pen pen, Point[] points, Single tension, FillMode fillmode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawClosedCurve(Pen pen, PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawClosedCurve(Pen pen, PointF[] points, Single tension, FillMode fillmode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawCurve(Pen pen, Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawCurve(Pen pen, Point[] points, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawCurve(Pen pen, PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawCurve(Pen pen, PointF[] points, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawEllipse(Pen pen, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void DrawEllipse(Pen pen, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void DrawEllipse(Pen pen, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
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
public void DrawIcon(Icon icon, int x, int y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, FormatException, IOException, OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionFormatExceptionIOExceptionOverflowExceptionpublic void DrawIcon(Icon icon, Rectangle targetRect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, FormatException, IOException, OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionFormatExceptionIOExceptionOverflowExceptionpublic void DrawIconUnstretched(Icon icon, Rectangle targetRect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, FormatException, IOException, OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionFormatExceptionIOExceptionOverflowExceptionpublic void DrawImage(Image image, Effect effect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void DrawImage(Image image, Effect effect, RectangleF srcRect, Matrix transform, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public void DrawImage(Image image, int x, int y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
public void DrawImage(Image image, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
public void DrawImage(Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
public void DrawImage(Image image, Point point) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
public void DrawImage(Image image, Point[] destPoints) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
public void DrawImage(Image image, PointF point) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
public void DrawImage(Image image, PointF[] destPoints) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
public void DrawImage(Image image, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
public void DrawImage(Image image, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionpublic 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, PlatformNotSupportedException, FormatException, InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionFormatExceptionInvalidOperationExceptionpublic void DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionpublic void DrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionpublic 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, PlatformNotSupportedException, FormatException, InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionFormatExceptionInvalidOperationExceptionpublic void DrawImage(Image image, Single x, Single y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
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, IndexOutOfRangeException, FormatException
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, IndexOutOfRangeException, FormatException
public void DrawImageUnscaled(Image image, int x, int y) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionFormatExceptionInvalidOperationExceptionpublic void DrawImageUnscaled(Image image, int x, int y, int width, int height) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionFormatExceptionInvalidOperationExceptionpublic void DrawImageUnscaled(Image image, Point point) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionFormatExceptionInvalidOperationExceptionpublic void DrawImageUnscaled(Image image, Rectangle rect) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionFormatExceptionInvalidOperationExceptionpublic void DrawImageUnscaledAndClipped(Image image, Rectangle rect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void DrawLine(Pen pen, int x1, int y1, int x2, int y2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void DrawLine(Pen pen, PointF pt1, PointF pt2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void DrawLine(Pen pen, Point pt1, Point pt2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
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
public void DrawLines(Pen pen, Point... points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void DrawLines(Pen pen, PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawPath(Pen pen, GraphicsPath path) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void DrawPie(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void DrawPie(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void DrawPie(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
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
public void DrawPolygon(Pen pen, Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawPolygon(Pen pen, PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawRectangle(Pen pen, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void DrawRectangle(Pen pen, Rectangle rect) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public void DrawRectangle(Pen pen, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
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
public void DrawRectangles(Pen pen, Rectangle... rects) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawRectangles(Pen pen, RectangleF... rects) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void DrawRoundedRectangle(Pen pen, RectangleF rect, SizeF radius) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public void DrawRoundedRectangle(Pen pen, Rectangle rect, Size radius) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void DrawString(java.lang.String s,
Font font,
Brush brush,
PointF point)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
FormatException,
InvalidOperationException
public void DrawString(java.lang.String s,
Font font,
Brush brush,
PointF point,
StringFormat format)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
FormatException,
InvalidOperationException
public void DrawString(java.lang.String s,
Font font,
Brush brush,
RectangleF layoutRectangle)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
FormatException,
InvalidOperationException
public void DrawString(java.lang.String s,
Font font,
Brush brush,
RectangleF layoutRectangle,
StringFormat format)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
public void DrawString(java.lang.String s,
Font font,
Brush brush,
Single x,
Single y)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
FormatException,
InvalidOperationException
public void DrawString(java.lang.String s,
Font font,
Brush brush,
Single x,
Single y,
StringFormat format)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
FormatException,
InvalidOperationException
public void EndContainer(GraphicsContainer container) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void ExcludeClip(Rectangle rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void ExcludeClip(Region region) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void FillClosedCurve(Brush brush, Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void FillClosedCurve(Brush brush, PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void FillEllipse(Brush brush, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void FillEllipse(Brush brush, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void FillEllipse(Brush brush, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
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
public void FillPath(Brush brush, GraphicsPath path) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void FillPie(Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void FillPie(Brush brush, RectangleF rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void FillPie(Brush brush, Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
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
public void FillPolygon(Brush brush, Point[] points) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public void FillPolygon(Brush brush, Point[] points, FillMode fillMode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void FillPolygon(Brush brush, PointF... points) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public void FillPolygon(Brush brush, PointF[] points, FillMode fillMode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void FillRectangle(Brush brush, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void FillRectangle(Brush brush, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void FillRectangle(Brush brush, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
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
public void FillRectangles(Brush brush, Rectangle... rects) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void FillRectangles(Brush brush, RectangleF... rects) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void FillRegion(Brush brush, Region region) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void FillRoundedRectangle(Brush brush, RectangleF rect, SizeF radius) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public void FillRoundedRectangle(Brush brush, Rectangle rect, Size radius) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void Flush()
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException
public void Flush(FlushIntention intention) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public static Graphics FromImage(Image image) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public Region getClip() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArgumentNullException
public RectangleF getClipBounds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public CompositingMode getCompositingMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public CompositingQuality getCompositingQuality() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public NetObject GetContextInfo() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArgumentNullException
public void GetContextInfo(JCORefOut<PointF> offset) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArgumentNullException
public void GetContextInfo(JCORefOut<PointF> offset, JCORefOut<Region> clip) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArgumentNullException
public Single getDpiX() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public Single getDpiY() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public InterpolationMode getInterpolationMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public boolean getIsClipEmpty()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getIsVisibleClipEmpty()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class MarshalByRefObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class MarshalByRefObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class MarshalByRefObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class MarshalByRefObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class MarshalByRefObjectJCType representing the CLR Type of the instantiated Classpublic Color GetNearestColor(Color color) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, FormatException
public Single getPageScale() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public GraphicsUnit getPageUnit() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public PixelOffsetMode getPixelOffsetMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public Point getRenderingOrigin() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public SmoothingMode getSmoothingMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public int getTextContrast()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public TextRenderingHint getTextRenderingHint() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public Matrix getTransform() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public Matrix3x2 getTransformElements() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public RectangleF getVisibleClipBounds() throws java.lang.Throwable, ArgumentException, Win32Exception, InvalidOperationException, PlatformNotSupportedException, InvalidPrinterException, ArgumentNullException, ArrayTypeMismatchException, FormatException
public void IntersectClip(Rectangle rect) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public void IntersectClip(RectangleF rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void IntersectClip(Region region) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public boolean IsVisible(int x,
int y)
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException
public boolean IsVisible(int x,
int y,
int width,
int height)
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException
public boolean IsVisible(Point point) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic boolean IsVisible(PointF point) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public boolean IsVisible(Rectangle rect) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public boolean IsVisible(RectangleF rect) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public boolean IsVisible(Single x, Single y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public boolean IsVisible(Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public Region[] MeasureCharacterRanges(java.lang.String text, Font font, RectangleF layoutRect, StringFormat stringFormat) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public SizeF MeasureString(java.lang.String text, Font font) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, FormatException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionpublic SizeF MeasureString(java.lang.String text, Font font, int width) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, FormatException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionpublic SizeF MeasureString(java.lang.String text, Font font, int width, StringFormat format) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public SizeF MeasureString(java.lang.String text, Font font, PointF origin, StringFormat stringFormat) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public SizeF MeasureString(java.lang.String text, Font font, SizeF layoutArea) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public SizeF MeasureString(java.lang.String text, Font font, SizeF layoutArea, StringFormat stringFormat) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
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, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void MultiplyTransform(Matrix matrix) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void MultiplyTransform(Matrix matrix, MatrixOrder order) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void ReleaseHdc()
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException
public void ResetClip()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public void ResetTransform()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public void Restore(GraphicsState gstate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void RotateTransform(Single angle) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public void RotateTransform(Single angle, MatrixOrder order) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public GraphicsState Save() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArgumentNullException
public void ScaleTransform(Single sx, Single sy) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public void ScaleTransform(Single sx, Single sy, MatrixOrder order) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void SetClip(Graphics g) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void SetClip(Graphics g, CombineMode combineMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void SetClip(GraphicsPath path) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void SetClip(GraphicsPath path, CombineMode combineMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void SetClip(Rectangle rect) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void SetClip(Rectangle rect, CombineMode combineMode) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public void SetClip(RectangleF rect) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public void SetClip(RectangleF rect, CombineMode combineMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void setClip(Region Clip) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void SetClip(Region region, CombineMode combineMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void setCompositingMode(CompositingMode CompositingMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setCompositingQuality(CompositingQuality CompositingQuality) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setInterpolationMode(InterpolationMode InterpolationMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByRefObjectpublic void setPageScale(Single PageScale) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void setPageUnit(GraphicsUnit PageUnit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setPixelOffsetMode(PixelOffsetMode PixelOffsetMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setRenderingOrigin(Point RenderingOrigin) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void setSmoothingMode(SmoothingMode SmoothingMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setTextContrast(int TextContrast)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public void setTextRenderingHint(TextRenderingHint TextRenderingHint) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setTransform(Matrix Transform) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void setTransformElements(Matrix3x2 TransformElements) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, Point... pts) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF... pts) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void TranslateClip(int dx,
int dy)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public void TranslateClip(Single dx, Single dy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void TranslateTransform(Single dx, Single dy) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public void TranslateTransform(Single dx, Single dy, MatrixOrder order) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException