VisualToolBaseTResultPaintDragHandle Method (Point, Color, Int32, HandleStyle, UnmanagedGraphics)

CVB.Net Documentation
Paint the drag handle of a visual tool object.

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

protected static void PaintDragHandle(
	Point pos,
	Color color,
	int size,
	HandleStyle style,
	UnmanagedGraphics dc
)

Parameters

pos
Type: System.DrawingPoint
position at which to paint the handle; note that this is interpreted in Client coordinates, not in image coordinates!
color
Type: System.DrawingColor
color to use for painting the handle
size
Type: SystemInt32
size of the handle in DC pixels
style
Type: Stemmer.Cvb.Forms.VisualToolsHandleStyle
style of the handle
dc
Type: UnmanagedGraphics
dc to paint to
See Also

Reference