VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigure Class / GraphicsFigure Constructor(Int32,Boolean)
Синтаксис Требования Смотрите также
В этом разделе
    GraphicsFigure Constructor(Int32,Boolean)
    В этом разделе
    Инициализирует новый экземпляр класса GraphicsFigure.
    Синтаксис
    'Declaration
    
    Protected Function New( _
    ByVal minReferencePointCount
    Минимальное количество точек в фигуре.
    As System.Int32, _
    ByVal isReferencePointCountFixed
    Значение, указывающее, нельзя ли изменить minReferencePointCount.
    As Boolean _
    )
    protected GraphicsFigure(
    System.Int32 minReferencePointCount,
    bool isReferencePointCountFixed
    )
    protected: GraphicsFigure(
    System.Int32 minReferencePointCount,
    bool isReferencePointCountFixed
    )
    protected:
    GraphicsFigure(
    System.Int32 minReferencePointCount,
    bool isReferencePointCountFixed
    )

    Parameters

    minReferencePointCount
    Минимальное количество точек в фигуре.
    isReferencePointCountFixed
    Значение, указывающее, нельзя ли изменить minReferencePointCount.
    Требования

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

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