Name | Description | |
---|---|---|
![]() | VintasoftControl | Initializes a new instance of the VintasoftControl class. |
Name | Description | |
---|---|---|
![]() | VintasoftControl | Initializes a new instance of the VintasoftControl class. |
Name | Description | |
---|---|---|
![]() | ClientRectangle | Gets the client size, in surface space, of the control. |
![]() | ClientSize | Gets or sets the control client size, in surface space. |
![]() | CrossCursor | Gets or sets the cross cursor. |
![]() | Cursor | Gets or sets the cursor. |
![]() | DefaultCursor | Gets or sets the default cursor. |
![]() | InteractionPointBorderColor | Gets or sets the fill color of the interaction point. |
![]() | InteractionPointFillColor | Gets or sets the fill color of the interaction point. |
![]() | InteractionPointInteractionRadius | Gets the interaction point interaction radius. |
![]() | InteractionPointRadius | Gets or sets the radius of interaction point (resize and rotate points). |
![]() | InteractiveObjectCursor | Gets or sets the cursor that uses in an interactive object. |
![]() | InvokeRequired | Gets 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. |
![]() | MoveCursor | Gets or sets the move cursor. |
![]() | ResizeCursorNESW | Gets or sets the two-headed diagonal (northeast/southwest) sizing cursor. |
![]() | ResizeCursorNS | Gets or sets the two-headed vertical (north/south) sizing cursor. |
![]() | ResizeCursorNWSE | Gets or sets the two-headed diagonal (northwest/southeast) sizing cursor. |
![]() | ResizeCursorWE | Gets or sets the two-headed horizontal (west/east) sizing cursor. |
![]() | RotateCursor | Gets or sets the rotate cursor. |
![]() | RotationAssistantDiscreteAngle | Gets or sets the discrete angle, in degress, of rotation assistant. |
![]() | RotationAssistantRadius | Gets or sets the radius of rotation assistant. |
![]() | Size | Gets or sets the control size, in surface space. |
Name | Description | |
---|---|---|
![]() | BeginInit | Signals the object that initialization is starting. |
![]() | BeginInvoke | Overloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | DoKeyDown | Does the OnKeyDown(VintasoftControlKeyEventArgs) method. |
![]() | DoKeyUp | Does the OnKeyUp(VintasoftControlKeyEventArgs) method. |
![]() | DoMouseClick | Does the DoMouseClick(VintasoftControlMouseEventArgs) method. |
![]() | DoMouseDown | Does the OnMouseDown(VintasoftControlMouseEventArgs) method. |
![]() | DoMouseLeave | Does the OnMouseLeave(VintasoftControlEventArgs) method. |
![]() | DoMouseMove | Does the DoMouseMove(VintasoftControlMouseEventArgs) method. |
![]() | DoMouseUp | Does the DoMouseUp(VintasoftControlMouseEventArgs) method. |
![]() | Draw | Draws the control on specified drawing engine. |
![]() | EndInit | Overloaded. Signals the object that initialization is complete. |
![]() | GetCursor | Gets the cursor by location. |
![]() | Invalidate | Overloaded. Invalidates the entire surface of the control and causes the control to be redrawn. |
![]() | Invoke | Overloaded. Executes a delegate on the thread that owns the control's underlying window handle. |
![]() | SetSynchronizationContext | Sets the synchronization provider. |
Name | Description | |
---|---|---|
![]() | InvalidateInteraction | Invalidates the interaction. |
![]() | OnClientSizeChanged | Raises the ClientSizeChanged event. |
![]() | OnCursorChanged | Raises the CursorChanged event. |
![]() | OnInvalidating | Raises the Invalidating event. |
![]() | OnKeyDown | Raises the KeyDown event. |
![]() | OnKeyUp | Raises the KeyUp event. |
![]() | OnMouseClick | Raises the MouseClick event. |
![]() | OnMouseDown | Raises the MouseDown event. |
![]() | OnMouseLeave | Raises the MouseLeave event. |
![]() | OnMouseMove | Raises the MouseMove event. |
![]() | OnMouseUp | Raises the MouseUp event. |
![]() | OnSizeChanged | Raises the SizeChanged event. |
Name | Description | |
---|---|---|
![]() | ClientSizeChanged | Occurs when value of ClientSize property is changed. |
![]() | CursorChanged | Occurs when value of Cursor property is changed. |
![]() | Invalidating | Occurs when control is invalidating. |
![]() | KeyDown | Occurs when a key is pressed while the control has focus. |
![]() | KeyUp | Occurs when a key is released while the control has focus. |
![]() | MouseClick | Occurs when mouse button is clicked. |
![]() | MouseDown | Occurs when mouse button is down. |
![]() | MouseLeave | Occurs when mouse leaves the control. |
![]() | MouseMove | Occurs when mouse is moved. |
![]() | MouseUp | Occurs when mouse button is released. |
![]() | SizeChanged | Occurs when value of Size property is changed. |