BitmapOverlay Constructor (String, Boolean, Point, Size, Bitmap, Object)

CVB.Net Documentation
Constructor for bitmap overlays.

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

public BitmapOverlay(
	string text,
	bool canDrag,
	Point location,
	Size size,
	Bitmap bitmap,
	Object tag
)

Parameters

text
Type: SystemString
status line text
canDrag
Type: SystemBoolean
drag-ability
location
Type: System.DrawingPoint
paint position
size
Type: System.DrawingSize
size to which to stretch the bitmap
bitmap
Type: System.DrawingBitmap
bitmap to be used as overlay (will be cloned)
tag
Type: SystemObject
object to be associated with this overlay
See Also

Reference