EmfRecorderGraphics2D Class |
Namespace: Aspose.Imaging.FileFormats.Emf.Graphics
The EmfRecorderGraphics2D type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | EmfRecorderGraphics2D |
Initializes a new instance of the EmfRecorderGraphics2D class.
|
Name | Description | |
---|---|---|
![]() | BackgroundColor |
Gets or sets the color of the background.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | BackgroundMode |
Gets or sets the background mode.
|
![]() | Clip |
Gets or sets a Region that limits the drawing region of this Graphics
(Inherited from MetafileRecorderGraphics2D.) |
![]() | ClipBounds |
Gets the clip bounds.
(Inherited from MetafileRecorderGraphics2D.) |
Name | Description | |
---|---|---|
![]() | Clear |
Clears the state of the graphics object
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | DrawArc |
Draws an arc representing a portion of an ellipse specified by a Rectangle structure.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | DrawCubicBezier |
Draws the cubic bezier.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | DrawEllipse |
Draws the ellipse.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | DrawImage(RasterImage, Point) |
Draws the specified Image, using its original physical size, at the specified location.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | DrawImage(Byte, Rectangle, GraphicsUnit) |
Draws the image.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | DrawImage(RasterImage, Rectangle, Rectangle, GraphicsUnit) |
Draws the specified portion of the specified Image at the specified location and with the specified size.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | DrawLine(Pen, Point, Point) |
Draws the line.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | DrawLine(Pen, Int32, Int32, Int32, Int32) |
Draws the line.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | DrawPath |
Draws the path.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | DrawPie |
Draws the pie.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | DrawPolyCubicBezier |
Draws the poly cubic bezier.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | DrawPolygon |
Draws the polygon.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | DrawPolyline |
Draws the polyline.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | DrawRectangle(Pen, Rectangle) |
Draws the rectangle.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | DrawRectangle(Pen, Int32, Int32, Int32, Int32) |
Draws the rectangle.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | DrawString(String, Font, Color, Int32, Int32) |
Draws the string.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | DrawString(String, Font, Color, Int32, Int32, Single) |
Draws the string.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | EndRecording |
Ends the recording.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | ExcludeClip(Rectangle) |
Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | ExcludeClip(Region) |
Updates the clip region of this Graphics to exclude the area specified by a Region.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | FillEllipse |
Fills the ellipse.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | FillPath |
Fills the path.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | FillPie |
Fills the pie.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | FillPolygon(Brush, Point) |
Fills the polygon.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | FillPolygon(Brush, Point, FillMode) |
Fills the polygon.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | FillRectangle |
Fills the rectangle.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() ![]() | FromEmfImage |
Gets an instance of the EmfRecorderGraphics2D containing all records from the Emf image.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetTransform |
Gets the world transform.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | IntersectClip(RectangleF) |
Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | IntersectClip(Region) |
Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | MultiplyTransform(Matrix) |
Multiplies the world transformation of this Graphics and specified the Matrix.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | MultiplyTransform(Matrix, MatrixOrder) |
Multiplies the world transformation of this Graphics and specified the Matrix in the specified order.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | ResetClip |
Resets the clip.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | RotateTransform(Single) |
Applies the specified rotation to the transformation matrix of this Graphics.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | RotateTransform(Single, PointF, MatrixOrder) |
Applies the specified rotation to the transformation matrix of this Graphics in the specified order.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | ScaleTransform(Single, Single) |
Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | ScaleTransform(Single, Single, MatrixOrder) |
Applies the specified scaling operation to the transformation matrix of this Graphics in the specified order.
(Inherited from MetafileRecorderGraphics2D.) |
![]() ![]() | SetTransform |
Sets the transform.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TranslateTransform(Single, Single) |
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics.
(Inherited from MetafileRecorderGraphics2D.) |
![]() | TranslateTransform(Single, Single, MatrixOrder) |
Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this Graphics in the specified order.
(Inherited from MetafileRecorderGraphics2D.) |