Leadtools.Annotations.Core Namespace : IAnnAutomationControl Interface |
The following tables list the members exposed by IAnnAutomationControl.
Name | Description | |
---|---|---|
AutomationContainer | Gets the annotation container associated with this control. | |
AutomationDpiX | Gets the horizontal resolution of the screen. | |
AutomationDpiY | Gets the vertical resolution of the screen. | |
AutomationEnabled | Gets a value that indicates whether the automation control is enabled. | |
AutomationOffset | Gets the offset the automation control. | |
AutomationSize | Gets the size of the automation control. | |
AutomationTransform | Gets the matrix object that represents the current transformation for the annotations objects. | |
AutomationUseDpi | Gets a value that indicate whether to use the resolution values when viewing an image. | |
AutomationXResolution | Gets the horizontal resolution of the image. | |
AutomationYResolution | Gets the vertical resolution of the image. | |
Image | Gets the Leadtools.RasterImage to use when a redaction object is realized or restored. | |
RenderingEngine | Gets or sets the rendering engine associated with this control. |
Name | Description | |
---|---|---|
AutomationAttach | A method that will be called whenever Attach is called. | |
AutomationDetach | A method that will be called whenever Detach is called. | |
AutomationInvalidate | Invalidates the specified region of the control. |
Name | Description | |
---|---|---|
AutomationDoubleClick | Represents an event of that triggers when the pointer (mouse or touch) is double-clicked on the surface of the control. AnnPointerEventArgs | |
AutomationEnabledChanged | Represents an event that triggers whenever the value of AutomationEnabled is changed. | |
AutomationGotFocus | Represents an event that triggers when the control receives the focus. LeadEventArgs | |
AutomationLostFocus | Represents an event that triggers when the control loses the focus. LeadEventArgs | |
AutomationPointerDown | Represents an event of that triggers when the pointer (mouse or touch) is down (clicked) on the surface of the control. AnnPointerEventArgs | |
AutomationPointerMove | Represents an event of that triggers when the pointer (mouse or touch) is moved on the surface of the control. AnnPointerEventArgs | |
AutomationPointerUp | Represents an event of that triggers when the pointer (mouse or touch) is up (release) from the surface of the control. AnnPointerEventArgs | |
AutomationSizeChanged | Represents an event that triggers when the size of the control changes. | |
AutomationTouchListener | Represents events that are fired when the pointer is down(touched), moved, up (released) or double-tapped on the surface of the view. AnnPointerEventArgs | |
AutomationTransformChanged | Represents an event that triggers whenever the value of AutomationTransform changes. | |
AutomationUseDpiChanged | Represents an event that triggers whenever the value of AutomationUseDpi changes. |