VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / PhotoshopImagePathResource Class / GetPath Methods / GetPath(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
GetPath(Int32,Int32) Method (PhotoshopImagePathResource)
In This Topic
Returns a IGraphicsPath object which contains points scaled to the specified image width and height.
Syntax
'Declaration

Public Overloads Function GetPath( _
ByVal imageWidth
Image width.
As System.Int32, _
ByVal imageHeight
Image height.
As System.Int32 _
) As Vintasoft.Imaging.Drawing.IGraphicsPath
public Vintasoft.Imaging.Drawing.IGraphicsPath GetPath(
System.Int32 imageWidth,
System.Int32 imageHeight
)

Parameters

imageWidth
Image width.
imageHeight
Image height.

Return Value

A IGraphicsPath object.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also