'Declaration Public Shared Function CreateDrawingFontStyle( _
ByVal annotationFontThe AnnotationFont object to derive from.As AnnotationFont _
) As System.Drawing.FontStyle
public static System.Drawing.FontStyle CreateDrawingFontStyle(
AnnotationFont annotationFont
)
public: static System.Drawing.FontStyle CreateDrawingFontStyle(
AnnotationFont* annotationFont
)
public:
static System.Drawing.FontStyle CreateDrawingFontStyle(
AnnotationFont^ annotationFont
)
Parameters
- annotationFont
- The AnnotationFont object to derive from.
Return Value
The System.Drawing.FontStyle object.