PixelListOverlay Constructor (String, Boolean, Color, Int32, DashStyle, IEnumerablePoint)

CVB.Net Documentation
Standard constructor for pixel list overlays.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public PixelListOverlay(
	string text,
	bool canDrag,
	Color color,
	int penWidth,
	DashStyle dashStyle,
	IEnumerable<Point> pixels
)

Parameters

text
Type: SystemString
status line text
canDrag
Type: SystemBoolean
drag-ability
color
Type: System.DrawingColor
color of the pixel markers
penWidth
Type: SystemInt32
width of the pen with which to paint the pixel markers
dashStyle
Type: System.Drawing.Drawing2DDashStyle
style in which to paint the pixel markers
pixels
Type: System.Collections.GenericIEnumerablePoint
pixels to mark
See Also

Reference