C# 클래스 NPlot.MarkerItem

Class for placement of a single marker.
상속: IDrawable
파일 보기 프로젝트 열기: mono/nplot-gtk 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( System g, PhysicalAxis xAxis, PhysicalAxis yAxis ) : void

Draws the marker on a plot surface.

MarkerItem ( Marker marker, PointD point ) : System

Constructor

MarkerItem ( Marker marker, double x, double y ) : System

Constructor

MarkerItem ( PointD point ) : System

Constructs a square marker at the (world) point point.

MarkerItem ( double x, double y ) : System

Default constructor - a square black marker.

메소드 상세

Draw() 공개 메소드

Draws the marker on a plot surface.
public Draw ( System g, PhysicalAxis xAxis, PhysicalAxis yAxis ) : void
g System graphics surface on which to draw
xAxis PhysicalAxis The X-Axis to draw against.
yAxis PhysicalAxis The Y-Axis to draw against.
리턴 void

MarkerItem() 공개 메소드

Constructor
public MarkerItem ( Marker marker, PointD point ) : System
marker Marker The marker to place on the chart.
point PointD The world position of the marker
리턴 System

MarkerItem() 공개 메소드

Constructor
public MarkerItem ( Marker marker, double x, double y ) : System
marker Marker The marker to place on the chart.
x double The world x position of the marker
y double The world y position of the marker
리턴 System

MarkerItem() 공개 메소드

Constructs a square marker at the (world) point point.
public MarkerItem ( PointD point ) : System
point PointD the world position at which to place the marker
리턴 System

MarkerItem() 공개 메소드

Default constructor - a square black marker.
public MarkerItem ( double x, double y ) : System
x double The world x position of the marker
y double The world y position of the marker
리턴 System