AnnotationUIGetConfinedLocation Method (RectangleF, PointF) |
Returns the new confined location of the annotation when a confinement bounds and new location offset are
provided.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual PointF GetConfinedLocation(
RectangleF dsConfinedBounds,
PointF dsLocationOffset
)
Public Overridable Function GetConfinedLocation (
dsConfinedBounds As RectangleF,
dsLocationOffset As PointF
) As PointF
Parameters
- dsConfinedBounds
- Type: System.DrawingRectangleF
The bounding rectangle in document space for the confinement. - dsLocationOffset
- Type: System.DrawingPointF
The difference between the current and suggested new location of the annotation in
document space units.
Return Value
Type:
PointFSee Also