'Declaration Protected Overridable Sub GetBoundPoints( _
ByVal startAnnotationStart annotation data.As AnnotationData, _
ByVal endAnnotationEnd annotation data.As AnnotationData, _
ByRef startBoundPointPoint, in device-independent pixels (1/96th inch), in the content space, which belongs to the startAnnotation.As System.Drawing.PointF, _
ByRef endBoundPointPoint, in device-independent pixels (1/96th inch), in the content space, which belongs to the endAnnotation.As System.Drawing.PointF _
)
protected virtual void GetBoundPoints(
AnnotationData startAnnotation,
AnnotationData endAnnotation,
out System.Drawing.PointF startBoundPoint,
out System.Drawing.PointF endBoundPoint
)
protected: virtual void GetBoundPoints(
AnnotationData* startAnnotation,
AnnotationData* endAnnotation,
[PARAMFLAG::Out] System.Drawing.PointF startBoundPoint,
[PARAMFLAG::Out] System.Drawing.PointF endBoundPoint
)
protected:
virtual void GetBoundPoints(
AnnotationData^ startAnnotation,
AnnotationData^ endAnnotation,
[Out] System.Drawing.PointF startBoundPoint,
[Out] System.Drawing.PointF endBoundPoint
)
Parameters
- startAnnotation
- Start annotation data.
- endAnnotation
- End annotation data.
- startBoundPoint
- Point, in device-independent pixels (1/96th inch), in the content space, which belongs to the startAnnotation.
- endBoundPoint
- Point, in device-independent pixels (1/96th inch), in the content space, which belongs to the endAnnotation.