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