'宣言
Public Function GetAnnotations( _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Single, _
ByVal As System.Single _
) As System.Collections.Generic.IList(Of Tuple(Of AnnotationBase,RectangleF))
public System.Collections.Generic.IList<Tuple<AnnotationBase,RectangleF>> GetAnnotations(
System.Drawing.RectangleF ,
System.float ,
System.float
)