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