'Declaration Public Sub SetTransform( _
ByVal transformA transformation to apply.As Vintasoft.Imaging.AffineMatrix, _
ByVal templateResolutionThe resolution of the template image.As Vintasoft.Imaging.Resolution _
)
public void SetTransform(
Vintasoft.Imaging.AffineMatrix transform,
Vintasoft.Imaging.Resolution templateResolution
)
public: void SetTransform(
Vintasoft.Imaging.AffineMatrix* transform,
Vintasoft.Imaging.Resolution templateResolution
)
public:
void SetTransform(
Vintasoft.Imaging.AffineMatrix^ transform,
Vintasoft.Imaging.Resolution templateResolution
)
Parameters
- transform
- A transformation to apply.
- templateResolution
- The resolution of the template image.