HqRenderContext
StockSharp.Xaml.Charting.Rendering.HighQualityRasterizer
Наследует: RenderContextBase
Методы
BeginLine(IPen2D, double, double) : IPathDrawingContext
Begins a Polyline segment, returning the IPathDrawingContext. This is the fastest way to draw lines and simply a proxy to DrawLines method.
- pen
- The pen for the line segment
- startX
- The start X coordinate (pixel coord)
- startY
- The start Y coordinate (pixel coord)
Возвращает: The IPathDrawingContext to continue the line
BeginPolygon(IBrush2D, double, double, double) : IPathDrawingContext
Begins a filled Polygon segment, returning the IPathDrawingContext. This is the fastest way to draw polygon and simply a proxy to Double) method.
- brush
- The brush for the polygon fill
- startX
- The start X coordinate (pixel coord)
- startY
- The start Y coordinate (pixel coord)
- gradientRotationAngle
Возвращает: The IPathDrawingContext to continue the polygon
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.