Click or drag to resize

CommonCaptureRegionSelectionChangedEventHandler Delegate

Namespace:  MediaCy.Commands.Capture
Assembly:  MediaCy.Commands.Capture (in MediaCy.Commands.Capture.dll) Version: 1.0.0.0
Syntax
VB
Public Delegate Sub CaptureRegionSelectionChangedEventHandler ( 
	RgnAttrID As mcCaptAttrIDs,
	Region As Rectangle,
	Preview As Boolean
)

Parameters

RgnAttrID
Type: MediaCy.IQL.CapturemcCaptAttrIDs
Region
Type: System.DrawingRectangle
Preview
Type: SystemBoolean
See Also