'Declaration Public Shared Function CreateAnnotationFont( _
ByVal typefaceОбъект System.Windows.Media.Typeface для преобразования.As System.Windows.Media.Typeface, _
ByVal sizeРазмер шрифта.As Single, _
ByVal textDecorationCollectionКоллекция оформления текста.As System.Windows.TextDecorationCollection _
) As Vintasoft.Imaging.Annotation.AnnotationFont
public static Vintasoft.Imaging.Annotation.AnnotationFont CreateAnnotationFont(
System.Windows.Media.Typeface typeface,
float size,
System.Windows.TextDecorationCollection textDecorationCollection
)
public: static Vintasoft.Imaging.Annotation.AnnotationFont* CreateAnnotationFont(
System.Windows.Media.Typeface* typeface,
float size,
System.Windows.TextDecorationCollection* textDecorationCollection
)
public:
static Vintasoft.Imaging.Annotation.AnnotationFont^ CreateAnnotationFont(
System.Windows.Media.Typeface^ typeface,
float size,
System.Windows.TextDecorationCollection^ textDecorationCollection
)
Parameters
- typeface
- Объект System.Windows.Media.Typeface для преобразования.
- size
- Размер шрифта.
- textDecorationCollection
- Коллекция оформления текста.
Return Value
Объект AnnotationFont.