|
|
The Graphics type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Arc(Point2D, Point2D, Point2D, Boolean) |
Renders a 2D arc in the XY plane at the current Z depth.
|
|
|
Arc(Point3D, Point3D, Point3D, Vector3D, Boolean) |
Renders a 3D arc.
|
|
|
BeginComplexPolygon |
Begin rendering a complex polygon.
|
|
|
BeginComplexPolygonContour |
Begin complex polygon contour.
|
|
|
BeginModelContext |
Begin rendering in the Model Context.
|
|
|
BeginPolygon |
Begins a convex polygon.
|
|
|
BeginUserContext |
Begin rendering in a user-defined context.
|
|
|
BeginWindowContext |
Begin rendering in the Window Context.
|
|
|
BezierSegment(Point2D, Point2D, Point2D) |
Renders a 2D segment of a 3rd order Bezier curve.
|
|
|
BezierSegment(Point2D, Point2D, Point2D, Int32) |
Renders a 2D segment of a 3rd order Bezier curve.
|
|
|
Bitmap(Int32, Point2D, Double) |
Renders a registered bitmap
|
|
|
Bitmap(Int32, Point2D, UInt32, UInt32, Double) |
Renders a registered bitmap
|
|
|
Blend |
Enables or disables blending.
|
|
|
CanRenderText2D |
Check to see if you can render a given text string with given font info.
|
|
|
Circle(Point2D, Double, Boolean) |
Renders a 2D circle in the XY plane at the current Z depth.
|
|
|
Circle(Point3D, Vector3D, Double, Boolean) |
Renders a 3D circle in the model space.
|
|
|
Color |
Sets the current render color.
|
|
|
Cone |
Renders a 3D cone.
|
|
|
Cuboid |
Renders a 3D cuboid.
|
|
|
Cylinder |
Renders a 3D cylinder.
|
|
|
DepthMask |
Enables or disables depth buffer writing.
|
|
|
DepthTest |
Enables or disables depth testing.
|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Ellipse(Point2D, Double, Double, Boolean) |
Renders a 2D axis-aligned ellipse in the XY plane at the current Z depth.
|
|
|
Ellipse(Point2D, Double, Double, Boolean, Int32) |
Renders a 2D axis-aligned ellipse in the XY plane at the current Z depth.
|
|
|
EndComplexPolygon |
Ends current complex polygon.
|
|
|
EndComplexPolygonContour |
Ends current complex polygon contour.
|
|
|
EndModelContext |
End rendering in the Model context.
|
|
|
EndPolygon |
End current convex polygon.
|
|
|
EndUserContext |
End rendering in the User context.
|
|
|
EndWindowContext |
End rendering in the Window Context.
|
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetFontMetrics |
Returns font metrics.
|
|
|
GetHashCode | (Inherited from NativeHandle.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
Lighting |
Enables or disables lighting.
|
|
|
Line(Point2D, Point2D) |
Renders a 2D line in the XY plane at the current depth.
|
|
|
Line(Point3D, Point3D) |
Renders a 3D line.
|
|
|
LineStipple |
Sets the current line stipple mode.
|
|
|
LineWidth |
Sets the current line width.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Point(Point2D) |
Renders a 2D point in the XY plane at the current depth.
|
|
|
Point(Point3D) |
Renders a 3D point.
|
|
|
Polyline2D |
Renders a 2D polyline in the XY plane at the current depth.
|
|
|
Polyline3D |
Renders a 3D polyline.
|
|
|
Rectangle(Point2D, Point2D, Boolean) |
Renders a 2D rectangle in the XY plane at the current Z depth.
|
|
|
Rectangle(Point3D, Vector3D, Vector3D, Boolean) |
Renders a 3D rectangle.
|
|
|
SetTexture |
Set texture image index.
|
|
|
Sphere |
Renders a 3D sphere.
|
|
|
Text2D |
Renders 2D text.Text is rendered in 2D as bitmaps. It always faces the viewer.
|
|
|
Text2DExtents |
Returns the extents of 2D text.
|
|
|
TextureCoordinate |
Specifies texture co-ordinate for next polygon vertex.
|
|
|
ToString | (Inherited from NativeHandle.) |
|
|
Triangle(Point2D, Point2D, Point2D, Boolean) |
Renders a 2D triangle in the XY plane at the current Z depth.
|
|
|
Triangle(Point3D, Point3D, Point3D, Boolean) |
Renders a 3D triangle.
|
|
|
Vertex |
Specifies polygon vertex.
|
|
|
VertexColor |
Specifies color of next polygon vertex.
|
|
|
VertexNormal |
Specifies normal of next polygon vertex.
|
Properties
| Name | Description | |
|---|---|---|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
PolygonTessellationWindingRule |
Tessellation winding rule
|
|
|
WindowHeight |
Returns height of window.
|
|
|
WindowWidth |
Returns width of window.
|