VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation Namespace / AnnotationGdiConverter Class / CreateAnnotationBrush(Brush) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateAnnotationBrush(Brush) Метод (AnnotationGdiConverter)
    В этом разделе
    Создает объект AnnotationBrushBase из объекта System.Drawing.Brush.
    Синтаксис
    'Declaration
    
    Public Shared Function CreateAnnotationBrush( _
    ByVal brush
    Объект System.Drawing.Brush для преобразования.
    As System.Drawing.Brush _
    ) As AnnotationBrushBase
    public static AnnotationBrushBase CreateAnnotationBrush(
    System.Drawing.Brush brush
    )
    public: static AnnotationBrushBase* CreateAnnotationBrush(
    System.Drawing.Brush brush
    )
    public:
    static AnnotationBrushBase^ CreateAnnotationBrush(
    System.Drawing.Brush brush
    )

    Parameters

    brush
    Объект System.Drawing.Brush для преобразования.

    Return Value

    Объект AnnotationBrushBase.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также