VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / VintasoftScrollableControl Class
Constructors Properties Methods Events SeeAlso
In This Topic
    VintasoftScrollableControl Class Members
    In This Topic
    The following tables list the members exposed by VintasoftScrollableControl.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftScrollableControl class.
    Public Properties
     NameDescription
    Public PropertyGets the client size, in surface space, of the control. (Inherited from VintasoftControl)
    Public PropertyGets or sets the control client size, in surface space. (Inherited from VintasoftControl)
    Public PropertyGets or sets the cross cursor. (Inherited from VintasoftControl)
    Public PropertyGets or sets the cursor. (Inherited from VintasoftControl)
    Public PropertyGets or sets the default cursor. (Inherited from VintasoftControl)
    Public PropertyGets or sets the fill color of the interaction point. (Inherited from VintasoftControl)
    Public PropertyGets or sets the fill color of the interaction point. (Inherited from VintasoftControl)
    Public PropertyGets the interaction point interaction radius. (Inherited from VintasoftControl)
    Public PropertyGets or sets the radius of interaction point (resize and rotate points). (Inherited from VintasoftControl)
    Public PropertyGets or sets the cursor that uses in an interactive object. (Inherited from VintasoftControl)
    Public PropertyGets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (Inherited from VintasoftControl)
    Public PropertyGets or sets the move cursor. (Inherited from VintasoftControl)
    Public PropertyGets or sets the two-headed diagonal (northeast/southwest) sizing cursor. (Inherited from VintasoftControl)
    Public PropertyGets or sets the two-headed vertical (north/south) sizing cursor. (Inherited from VintasoftControl)
    Public PropertyGets or sets the two-headed diagonal (northwest/southeast) sizing cursor. (Inherited from VintasoftControl)
    Public PropertyGets or sets the two-headed horizontal (west/east) sizing cursor. (Inherited from VintasoftControl)
    Public PropertyGets or sets the rotate cursor. (Inherited from VintasoftControl)
    Public PropertyGets or sets the discrete angle, in degress, of rotation assistant. (Inherited from VintasoftControl)
    Public PropertyGets or sets the radius of rotation assistant. (Inherited from VintasoftControl)
    Public PropertyGets or sets the scroll position.
    Public PropertyGets the size of the scroll area.
    Public PropertyGets or sets the control size, in surface space. (Inherited from VintasoftControl)
    Public Methods
     NameDescription
    Public MethodSignals the object that initialization is starting. (Inherited from VintasoftControl)
    Public MethodOverloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from VintasoftControl)
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from VintasoftControl)
    Public MethodDoes the OnKeyDown(VintasoftControlKeyEventArgs) method. (Inherited from VintasoftControl)
    Public MethodDoes the OnKeyUp(VintasoftControlKeyEventArgs) method. (Inherited from VintasoftControl)
    Public MethodDoes the DoMouseClick(VintasoftControlMouseEventArgs) method. (Inherited from VintasoftControl)
    Public MethodDoes the OnMouseDown(VintasoftControlMouseEventArgs) method. (Inherited from VintasoftControl)
    Public MethodDoes the OnMouseLeave(VintasoftControlEventArgs) method. (Inherited from VintasoftControl)
    Public MethodDoes the DoMouseMove(VintasoftControlMouseEventArgs) method. (Inherited from VintasoftControl)
    Public MethodDoes the DoMouseUp(VintasoftControlMouseEventArgs) method. (Inherited from VintasoftControl)
    Public MethodDraws the control on specified drawing engine. (Inherited from VintasoftControl)
    Public MethodOverloaded. Signals the object that initialization is complete. (Inherited from VintasoftControl)
    Public MethodGets the cursor by location. (Inherited from VintasoftControl)
    Public MethodOverloaded. Invalidates the entire surface of the control and causes the control to be redrawn. (Inherited from VintasoftControl)
    Public MethodOverloaded. Executes a delegate on the thread that owns the control's underlying window handle. (Inherited from VintasoftControl)
    Public MethodSets the synchronization provider. (Inherited from VintasoftControl)
    Protected Methods
     NameDescription
    Protected MethodInvalidates the interaction. (Inherited from VintasoftControl)
    Protected MethodRaises the ClientSizeChanged event. (Inherited from VintasoftControl)
    Protected MethodRaises the CursorChanged event. (Inherited from VintasoftControl)
    Protected MethodRaises the Invalidating event. (Inherited from VintasoftControl)
    Protected MethodRaises the KeyDown event. (Inherited from VintasoftControl)
    Protected MethodRaises the KeyUp event. (Inherited from VintasoftControl)
    Protected MethodRaises the MouseClick event. (Inherited from VintasoftControl)
    Protected MethodRaises the MouseDown event. (Inherited from VintasoftControl)
    Protected MethodRaises the MouseLeave event. (Inherited from VintasoftControl)
    Protected MethodRaises the MouseMove event. (Inherited from VintasoftControl)
    Protected MethodRaises the MouseUp event. (Inherited from VintasoftControl)
    Protected MethodRaises the ScrollPositionChanged event.
    Protected MethodRaises the ScrollSizeChanged event.
    Protected MethodRaises the SizeChanged event. (Inherited from VintasoftControl)
    Protected MethodSets the size of scroll area.
    Public Events
     NameDescription
    Public EventOccurs when value of ClientSize property is changed. (Inherited from VintasoftControl)
    Public EventOccurs when value of Cursor property is changed. (Inherited from VintasoftControl)
    Public EventOccurs when control is invalidating. (Inherited from VintasoftControl)
    Public EventOccurs when a key is pressed while the control has focus. (Inherited from VintasoftControl)
    Public EventOccurs when a key is released while the control has focus. (Inherited from VintasoftControl)
    Public EventOccurs when mouse button is clicked. (Inherited from VintasoftControl)
    Public EventOccurs when mouse button is down. (Inherited from VintasoftControl)
    Public EventOccurs when mouse leaves the control. (Inherited from VintasoftControl)
    Public EventOccurs when mouse is moved. (Inherited from VintasoftControl)
    Public EventOccurs when mouse button is released. (Inherited from VintasoftControl)
    Public EventOccurs when value of ScrollPosition property is changed.
    Public EventOccurs when value of ScrollSize property is changed.
    Public EventOccurs when value of Size property is changed. (Inherited from VintasoftControl)
    See Also