VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Metadata Namespace / PhotoshopImagePathResource Class / GetPath Methods / GetPath(Int32,Int32) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetPath(Int32,Int32) Метод (PhotoshopImagePathResource)
    В этом разделе
    Возвращает объект IGraphicsPath, который содержит точки, масштабированные до указанной ширины и высоты изображения.
    Синтаксис
    'Declaration
    
    Public Overloads Function GetPath( _
    ByVal imageWidth
    Ширина изображения.
    As System.Int32, _
    ByVal imageHeight
    Высота изображения.
    As System.Int32 _
    ) As Vintasoft.Imaging.Drawing.IGraphicsPath
    public Vintasoft.Imaging.Drawing.IGraphicsPath GetPath(
    System.Int32 imageWidth,
    System.Int32 imageHeight
    )
    public: Vintasoft.Imaging.Drawing.IGraphicsPath* GetPath(
    System.Int32 imageWidth,
    System.Int32 imageHeight
    )
    public:
    Vintasoft.Imaging.Drawing.IGraphicsPath^ GetPath(
    System.Int32 imageWidth,
    System.Int32 imageHeight
    )

    Parameters

    imageWidth
    Ширина изображения.
    imageHeight
    Высота изображения.

    Return Value

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

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

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