VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / PointFInvertibleTransform Class / PointFInvertibleTransform Constructor(PointFTransform,PointFTransform)
Syntax Exceptions Requirements SeeAlso
In This Topic
PointFInvertibleTransform Constructor(PointFTransform,PointFTransform)
In This Topic
Initializes a new instance of the PointFInvertibleTransform class.
Syntax
'Declaration

Public Function New( _
ByVal directTransform
The direct transform.
As PointFTransform, _
ByVal inverseTransform
The inverse transform.
As PointFTransform _
)
public PointFInvertibleTransform(
PointFTransform directTransform,
PointFTransform inverseTransform
)

Parameters

directTransform
The direct transform.
inverseTransform
The inverse transform.
Exceptions
ExceptionDescription
Thrown if directTransform or inverseTransform is null.
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