The following tables list the members exposed by IAnnAutomationControl.
Name | Description | |
---|---|---|
AutomationAntiAlias | Gets or sets a value that indicate whether anti-aliasing should be used during rendering. | |
AutomationContainerIndex | Gets or sets the active container index. | |
AutomationDataProvider | Gets or sets the data provider to use for getting and setting image data. | |
AutomationDpiX | Gets the horizontal resolution of the screen. | |
AutomationDpiY | Gets the horizontal resolution of the image. | |
AutomationEnabled | Gets a value that indicates whether the automation control is enabled. | |
AutomationGetContainersCallback | Gets or sets the callback that is used to obtain the collection of annotation containers used by the automation. | |
AutomationObject | Gets or sets the automation object. | |
AutomationScrollOffset | Gets the scroll offset being used by the 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 or sets the rendering engine associated with this control. |
Name | Description | |
---|---|---|
AutomationAttach | A method called whenever Attach is called. | |
AutomationDetach | A method called whenever Detach is called. | |
AutomationInvalidate | Invalidates the specified region of the control. | |
OnAutomationDoubleClick | Must be called when the pointer (mouse or touch) is double clicked or tapped on the control. | |
OnAutomationPointerDown | Must be called when the pointer (mouse or touch) is pressed down or tapped on the control. | |
OnAutomationPointerMove | Must be called when the pointer (mouse or touch) is moving or dragging on the control. | |
OnAutomationPointerUp | Must be called when the pointer (mouse or touch) is released up from 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. EventArgs | |
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 (released) from the surface of the control. AnnPointerEventArgs | |
AutomationSizeChanged | Represents an event that triggers when the size of this control changes. EventArgs | |
AutomationTransformChanged | Represents an event that must triggers whenever the value of AutomationTransform is changed. EventArgs | |
AutomationUseDpiChanged | Represents an event that triggers whenever the value of AutomationUseDpi is changed. EventArgs |