Base interface for overlays.
| C# | Visual Basic | Visual C++ |
public interface IAgGxOverlay
Public Interface IAgGxOverlay
public interface class IAgGxOverlay
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Anchor |
The anchor point from where the overlay's
position is relative.
|
|
|
BorderColor |
The overlay's border color. Use
System.Drawing.ColorTranslator.ToOle to assign this with a .NET
System.Drawing.Color.
|
|
|
BorderSize |
The overlay's border size.
|
|
|
BorderTranslucency |
The overlay border's translucency.
Translucency is between 0 and 100, where 0 is opaque and 100 is
transparent.
|
|
|
Bounds |
The bounds of the overlay relative to its
parent.
|
|
|
BringToFront () () () |
Brings the overlay to the front of the
z-order.
|
|
|
ClippingEnabled |
Specifies whether the overlay will be clipped
by the bounds of its parent or not.
|
|
|
Color |
The overlay's color. Use
System.Drawing.ColorTranslator.ToOle to assign this with a .NET
System.Drawing.Color.
|
|
|
MaximumSize |
The maximum size of the overlay.
|
|
|
MinimumSize |
The minimum size of the overlay.
|
|
|
Parent |
The overlay's parent.
|
|
|
PickingEnabled |
Specifies whether picking on the overlay will
be enabled or not.
|
|
|
PointToOverlay(Int32, Int32) |
Transforms a screen point into coordinates
relative to the overlay.
|
|
|
PointToScreen(Int32, Int32) |
Transforms a point relative to the overlay
into screen coordinates.
|
|
|
Position |
The position of the overlay relative to its
parent.
|
|
|
RotationXY |
The XY rotation of the overlay in
radians.
|
|
|
Scale |
The fractional value used to scale the
overlay's Size property.
|
|
|
ScreenBounds |
The bounds of the overlay in screen
coordinates.
|
|
|
ScreenPosition |
The position of the overlay in screen
coordinates.
|
|
|
ScreenSize |
The size of the overlay in screen
coordinates.
|
|
|
SendToBack () () () |
Sends the overlay to the back of the
z-order.
|
|
|
SetTranslation(Int32, Int32) |
The values with which the overlay will be
translated from the X and Y values of the Position property.
|
|
|
Size |
The size of the overlay.
|
|
|
Translucency |
The overlay's translucency. Translucency is
between 0 and 100, where 0 is opaque and 100 is transparent.
|
|
|
XTranslation |
The value with which the overlay will be
translated from the X value of the Position property.
|
|
|
YTranslation |
The value with which the overlay will be
translated from the Y value of the Position property.
|
Assembly: AGI.Graphics.Overlays.Interop(Module: AGI.Graphics.Overlays.Interop) Version: 9.0.0.0 (9.0.0.0)