Click or drag to resize

PointBaseAnnotationGetConfinedLocation 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 override PointF GetConfinedLocation(
	RectangleF dsConfinedBounds,
	PointF dsLocationOffset
)

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: PointF
See Also