'Declaration Protected Overridable Sub GetBoundPoints( _ ByVal startAnnotation As AnnotationData, _ ByVal endAnnotation As AnnotationData, _ ByRef startBoundPoint As PointF, _ ByRef endBoundPoint As PointF _ )
protected virtual void GetBoundPoints( AnnotationData startAnnotation, AnnotationData endAnnotation, out PointF startBoundPoint, out PointF endBoundPoint )
protected: virtual void GetBoundPoints( AnnotationData* startAnnotation, AnnotationData* endAnnotation, [PARAMFLAG::Out] PointF startBoundPoint, [PARAMFLAG::Out] PointF endBoundPoint )
protected: virtual void GetBoundPoints( AnnotationData^ startAnnotation, AnnotationData^ endAnnotation, [Out] PointF startBoundPoint, [Out] 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.