'Declaration Protected MustOverride Function CreateTransform( _
ByVal sourceImageSizeSize of source image.As Vintasoft.Primitives.VintasoftSizeI _
) As Vintasoft.Imaging.VintasoftPointTransform
protected abstract Vintasoft.Imaging.VintasoftPointTransform CreateTransform(
Vintasoft.Primitives.VintasoftSizeI sourceImageSize
)
protected: abstract Vintasoft.Imaging.VintasoftPointTransform* CreateTransform(
Vintasoft.Primitives.VintasoftSizeI sourceImageSize
)
protected:
abstract Vintasoft.Imaging.VintasoftPointTransform^ CreateTransform(
Vintasoft.Primitives.VintasoftSizeI sourceImageSize
)
Parameters
- sourceImageSize
- Size of source image.
Return Value
The point transformation that is used for transforming points from the destination image space to the source image space.