Graphics for create postscript
GraphicsPostScript
01 Syntax
Microsoft.VisualBasic.Imaging.PostScript.GraphicsPostScript
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ReleaseHandle | 1 | do nothing at here |
| sampleCurve | 1 | sample a (optionally closed) cardinal spline through the given points. |
| GetContextInfo | 1 | get the current postscript canvas context information |
| Flush | 1 | do nothing on flush |
| AddMetafileComment | 1 | |
| DrawArc | 2 | |
| DrawBezier | 2 | |
| DrawBeziers | 1 | |
| DrawClosedCurve | 1 | |
| DrawCurve | 4 | |
| DrawEllipse | 2 | |
| DrawImage | 3 | |
| DrawImageUnscaled | 3 | |
| DrawImageUnscaledAndClipped | 1 | |
| DrawLine | 2 | |
| DrawLines | 1 | |
| DrawPath | 1 | |
| DrawPie | 2 | |
| DrawCircle | 1 | |
| DrawPolygon | 1 | |
| DrawRectangle | 2 | |
| DrawRectangles | 1 | |
| DrawString | 3 | |
| ExcludeClip | 1 | |
| FillClosedCurve | 1 | |
| FillEllipse | 2 | |
| FillPath | 1 | |
| FillPie | 2 | |
| FillPolygon | 1 | |
| FillRectangle | 2 | |
| IntersectClip | 1 | |
| ResetClip | 1 | |
| ResetTransform | 1 | |
| RotateTransform | 1 | |
| ScaleTransform | 1 | |
| SetClip | 1 | |
| TranslateClip | 1 | |
| TranslateTransform | 1 | |
| IsVisible | 2 | |
| MeasureString | 2 | |
| GetStringPath | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| RenderingOrigin | 1 | |
| TextContrast | 1 | |
| Size | 1 | |
| Driver | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| ctm | 1 | the current transform matrix (ctm) that is baked into the element coordinates before they are stored. |
05 Members
ReleaseHandle
do nothing at here
sampleCurve(
PointF(), Single, Boolean)sample a (optionally closed) cardinal spline through the given points. the tension follows the gdi+ convention (default 0.5).
GetContextInfo
get the current postscript canvas context information
Returns
An object in clr type PostScriptBuilder.
Flush
do nothing on flush
ctm
the current transform matrix (ctm) that is baked into the element coordinates before they are stored. works in the gdi+ space, the postscript y flip is applied later by the Writer.
RenderingOrigin
TextContrast
Size
Driver
AddMetafileComment(
Byte())DrawArc(
Pen, RectangleF, Single, Single)DrawArc(
Pen, Int32, Int32, Int32, Int32, Int32, Int32)DrawBezier(
Pen, Point, Point, Point, Point)DrawBezier(
Pen, Single, Single, Single, Single, Single, Single, Single, Single)DrawBeziers(
Pen, PointF())DrawClosedCurve(
Pen, Point())DrawCurve(
Pen, Point())DrawCurve(
Pen, PointF(), Single)DrawCurve(
Pen, PointF(), Int32, Int32)DrawCurve(
Pen, PointF(), Int32, Int32, Single)DrawEllipse(
Pen, Rectangle)DrawEllipse(
Pen, Single, Single, Single, Single)DrawImage(
Image, Point)DrawImage(
Image, Int32, Int32)DrawImage(
Image, Single, Single, Single, Single)DrawImageUnscaled(
Image, Rectangle)DrawImageUnscaled(
Image, Int32, Int32)DrawImageUnscaled(
Image, Int32, Int32, Int32, Int32)DrawImageUnscaledAndClipped(
Image, Rectangle)DrawLine(
Pen, PointF, PointF)DrawLine(
Pen, Int32, Int32, Int32, Int32)DrawLines(
Pen, PointF())DrawPath(
Pen, GraphicsPath)DrawPie(
Pen, Int32, Int32, Int32, Int32, Int32, Int32)DrawCircle(
PointF, Color, Pen, Single)DrawPolygon(
Pen, PointF())DrawRectangle(
Pen, Rectangle)DrawRectangle(
Pen, Single, Single, Single, Single)DrawRectangles(
Pen, RectangleF())DrawString(
String, Font, Brush, PointF)DrawString(
String, Font, Brush, Single, Single)DrawString(
String, Font, Brush, Single, Single, Single)ExcludeClip(Rectangle)
FillClosedCurve(
Brush, PointF())FillEllipse(
Brush, Rectangle)FillEllipse(
Brush, Single, Single, Single, Single)FillPath(
Brush, GraphicsPath)FillPie(
Brush, Int32, Int32, Int32, Int32, Int32, Int32)FillPolygon(
Brush, Point())FillRectangle(
Brush, Rectangle)FillRectangle(
Brush, Int32, Int32, Int32, Int32)IntersectClip(
RectangleF)ResetClip()
ResetTransform()
RotateTransform(
Single)ScaleTransform(
Single, Single)SetClip(
RectangleF)TranslateClip(
Single, Single)TranslateTransform(
Single, Single)IsVisible(Rectangle)
IsVisible(
Int32, Int32, Int32, Int32)MeasureString(
String, Font)MeasureString(
String, Font, Int32)GetStringPath(
String, RectangleF, Font)