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. | |
RenderingEngine | Gets 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 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. Leadtools.LeadEventArgs | |
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 the pointer (mouse or touch) is down (clicked) on the surface of the control. AnnPointerEventArgs | |
AutomationPointerMove | Represents an event of that triggers when the the pointer (mouse or touch) is moved on the surface of the control. AnnPointerEventArgs | |
AutomationPointerUp | Represents an event of that triggers when the 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 this control changes. Leadtools.LeadEventArgs | |
AutomationTransformChanged | Represents an event that must triggers whenever the value of AutomationTransform is changed. Leadtools.LeadEventArgs | |
AutomationUseDpiChanged | Represents an event that triggers whenever the value of AutomationUseDpi is changed. Leadtools.LeadEventArgs |