public final class WmfRecorderGraphics2D extends MetafileRecorderGraphics2D
The Wmf recorder.
Constructor and Description |
---|
WmfRecorderGraphics2D(Rectangle frame,
int inch)
Initializes a new instance of the
WmfRecorderGraphics2D class. |
Modifier and Type | Method and Description |
---|---|
WmfImage |
endRecording()
Ends the recording.
|
int |
getBackgroundMode()
Gets or sets the background mode.
|
void |
setBackgroundMode(short value)
Gets or sets the background mode.
|
clear, drawArc, drawCubicBezier, drawEllipse, drawImage, drawImage, drawLine, drawLine, drawPath, drawPie, drawPolyCubicBezier, drawPolygon, drawPolyline, drawRectangle, drawRectangle, drawString, drawString, excludeClip, excludeClip, fillEllipse, fillPath, fillPie, fillPolygon, fillPolygon, fillRectangle, getBackgroundColor, getClip, getClipBounds, getTransform, intersectClip, intersectClip, multiplyTransform, multiplyTransform, resetClip, rotateTransform, rotateTransform, scaleTransform, scaleTransform, setBackgroundColor, setClip, setTransform, translateTransform, translateTransform
public WmfRecorderGraphics2D(Rectangle frame, int inch)
Initializes a new instance of the WmfRecorderGraphics2D
class.
frame
- Destination rectangle, measured in twips, for displaying the metafile.inch
- The number of pixel per inch.public int getBackgroundMode()
Gets or sets the background mode.
Value: The background mode.public void setBackgroundMode(short value)
Gets or sets the background mode.
Value: The background mode.public WmfImage endRecording()
Ends the recording.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.