VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / VintasoftControl Class
In This Topic
VintasoftControl Class Methods
In This Topic
For a list of all methods of this type, see VintasoftControl.
Public Methods
 NameDescription
Public MethodSignals the object that initialization is starting.
Public MethodOverloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on.
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public MethodDoes the OnKeyDown(VintasoftControlKeyEventArgs) method.
Public MethodDoes the OnKeyUp(VintasoftControlKeyEventArgs) method.
Public MethodDoes the DoMouseClick(VintasoftControlMouseEventArgs) method.
Public MethodDoes the OnMouseDown(VintasoftControlMouseEventArgs) method.
Public MethodDoes the OnMouseLeave(VintasoftControlEventArgs) method.
Public MethodDoes the DoMouseMove(VintasoftControlMouseEventArgs) method.
Public MethodDoes the DoMouseUp(VintasoftControlMouseEventArgs) method.
Public MethodDraws the control on specified drawing engine.
Public MethodOverloaded. Signals the object that initialization is complete.
Public MethodReturns the cursor by location.
Public MethodOverloaded. Invalidates the entire surface of the control and causes the control to be redrawn.
Public MethodOverloaded. Executes a delegate on the thread that owns the control's underlying window handle.
Public MethodSets the synchronization provider.
Protected Methods
 NameDescription
Protected MethodInvalidates the interaction.
Protected MethodRaises the ClientSizeChanged event.
Protected MethodRaises the CursorChanged event.
Protected MethodRaises the Invalidating event.
Protected MethodRaises the KeyDown event.
Protected MethodRaises the KeyUp event.
Protected MethodRaises the MouseClick event.
Protected MethodRaises the MouseDown event.
Protected MethodRaises the MouseLeave event.
Protected MethodRaises the MouseMove event.
Protected MethodRaises the MouseUp event.
Protected MethodRaises the SizeChanged event.
Protected MethodRaises the TextEditingFinished event.
Protected MethodRaises the TextEditingStarting event.
See Also