In This Topic
Returns the size of the specified
TextAnnotationIcon.
Syntax
'Declaration
Public Shared Function GetIconSize( _
ByVal As TextAnnotationIcon, _
Optional ByVal As System.Single, _
Optional ByVal As System.Single _
) As System.Drawing.SizeF
public static System.Drawing.SizeF GetIconSize(
TextAnnotationIcon ,
System.float ,
System.float
)
Parameters
- icon
- The TextAnnotationIcon value specifies the icon.
- dpiX
- The horizontal resolution used to calculate bounds of the icon.
- dpiY
- The vertical resolution used to calculate bounds of the icon.
See Also