'Declaration Public Overridable Sub TranslateAnnotations( _
ByVal annotationsThe annotations to move.As System.Collections.Generic.IEnumerable(Of WpfPdfAnnotationView), _
ByVal offsetXThe horizontal offset, which must be applied to the annotations.As Double, _
ByVal offsetYThe vertical offset, which must be applied to the annotations.As Double _
)
public virtual void TranslateAnnotations(
System.Collections.Generic.IEnumerable<WpfPdfAnnotationView> annotations,
double offsetX,
double offsetY
)
public: virtual void TranslateAnnotations(
System.Collections.Generic.IEnumerable<WpfPdfAnnotationView*>* annotations,
double offsetX,
double offsetY
)
public:
virtual void TranslateAnnotations(
System.Collections.Generic.IEnumerable<WpfPdfAnnotationView^>^ annotations,
double offsetX,
double offsetY
)
Parameters
- annotations
- The annotations to move.
- offsetX
- The horizontal offset, which must be applied to the annotations.
- offsetY
- The vertical offset, which must be applied to the annotations.