Click or drag to resize

AnnotationSizeChangedEventArgs Constructor

Creates a new instance of AnnotationSizeChangedEventArgs.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationSizeChangedEventArgs(
	SizeF oldSize,
	SizeF newSize
)

Parameters

oldSize
Type: System.DrawingSizeF
The previous size of the annotation.
newSize
Type: System.DrawingSizeF
The new size of the annotation.
See Also