VectSharp 2.6.1
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.Plots.GraphicsDataPointElement Class Reference

A symbol defined by a VectSharp.Graphics object. More...

Inheritance diagram for VectSharp.Plots.GraphicsDataPointElement:

Public Member Functions

void Plot (Graphics target, PlotElementPresentationAttributes presentationAttributes, string tag)
 Draw the symbol on the plot.
Parameters
targetThe Graphics object on which to draw. It is assumed that it has been transformed so that the symbol can be drawn centred at (0, 0)
presentationAttributesPresentation attributes determining the appearance of the symbol.
tagA tag to identify the symbol in the plot.
More...
 
 GraphicsDataPointElement (Graphics graphics)
 Creates a new GraphicsDataPointElement instance. More...
 
void Plot (Graphics target, PlotElementPresentationAttributes presentationAttributes, string tag)
 Draw the symbol on the plot. More...
 

Properties

Graphics Graphics [get, set]
 The VectSharp.Graphics object that will be copied on the plot. More...
 

Detailed Description

A symbol defined by a VectSharp.Graphics object.

Definition at line 96 of file DataPoints.cs.

Constructor & Destructor Documentation

◆ GraphicsDataPointElement()

VectSharp.Plots.GraphicsDataPointElement.GraphicsDataPointElement ( Graphics  graphics)

Creates a new GraphicsDataPointElement instance.

Parameters
graphics

Definition at line 113 of file DataPoints.cs.

Member Function Documentation

◆ Plot()

void VectSharp.Plots.GraphicsDataPointElement.Plot ( Graphics  target,
PlotElementPresentationAttributes  presentationAttributes,
string  tag 
)

Draw the symbol on the plot.

Parameters
targetThe Graphics object on which to draw. It is assumed that it has been transformed so that the symbol can be drawn centred at (0, 0)
presentationAttributesPresentation attributes determining the appearance of the symbol.
tagA tag to identify the symbol in the plot.

Implements VectSharp.Plots.IDataPointElement.

Definition at line 104 of file DataPoints.cs.

Property Documentation

◆ Graphics

Graphics VectSharp.Plots.GraphicsDataPointElement.Graphics
getset

The VectSharp.Graphics object that will be copied on the plot.

Definition at line 101 of file DataPoints.cs.


The documentation for this class was generated from the following file: