'Declaration Public Overloads Shared Function CreateAnnotationFont( _
ByVal fontThe System.Drawing.Font object to convert.As System.Drawing.Font _
) As AnnotationFont
public static AnnotationFont CreateAnnotationFont(
System.Drawing.Font font
)
public: static AnnotationFont* CreateAnnotationFont(
System.Drawing.Font font
)
public:
static AnnotationFont^ CreateAnnotationFont(
System.Drawing.Font font
)
Parameters
- font
- The System.Drawing.Font object to convert.
Return Value
The AnnotationFont object.