FixedSizeBitmapOverlay Constructor (String, Boolean, Point, Bitmap, Object)

CVB.Net Documentation
Standard constructor for bitmap overlays that will not change in size regardless of the current zoom level.

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

public FixedSizeBitmapOverlay(
	string text,
	bool canDrag,
	Point location,
	Bitmap bitmap,
	Object tag
)

Parameters

text
Type: SystemString
status line text
canDrag
Type: SystemBoolean
drag-ability
location
Type: System.DrawingPoint
paint position
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