AnnotationResizedEventArgs Constructor

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Constructs a new instance of AnnotationResizedEventArgs.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public AnnotationResizedEventArgs(
	Annotation resizedAnnotation,
	Rect oldRect,
	bool oldMirroredHorizontally,
	bool oldMirroredVertically
)
Visual Basic
Public Sub New ( _
	resizedAnnotation As Annotation, _
	oldRect As Rect, _
	oldMirroredHorizontally As Boolean, _
	oldMirroredVertically As Boolean _
)
Visual C++
public:
AnnotationResizedEventArgs(
	Annotation^ resizedAnnotation, 
	Rect oldRect, 
	bool oldMirroredHorizontally, 
	bool oldMirroredVertically
)

Parameters

resizedAnnotation
Type: PDFTron.SilverDox.Documents.Annotations..::..Annotation

[Missing <param name="resizedAnnotation"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.AnnotationResizedEventArgs.#ctor(PDFTron.SilverDox.Documents.Annotations.Annotation,System.Windows.Rect,System.Boolean,System.Boolean)"]

oldRect
Type: System.Windows..::..Rect

[Missing <param name="oldRect"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.AnnotationResizedEventArgs.#ctor(PDFTron.SilverDox.Documents.Annotations.Annotation,System.Windows.Rect,System.Boolean,System.Boolean)"]

oldMirroredHorizontally
Type: System..::..Boolean

[Missing <param name="oldMirroredHorizontally"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.AnnotationResizedEventArgs.#ctor(PDFTron.SilverDox.Documents.Annotations.Annotation,System.Windows.Rect,System.Boolean,System.Boolean)"]

oldMirroredVertically
Type: System..::..Boolean

[Missing <param name="oldMirroredVertically"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.AnnotationResizedEventArgs.#ctor(PDFTron.SilverDox.Documents.Annotations.Annotation,System.Windows.Rect,System.Boolean,System.Boolean)"]

See Also