 | IBitmapImageChangePerspective Method |
Change perspective for given axis.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
SyntaxIBitmapImage ChangePerspective(
Axis axis,
float amount
)
Parameters
- axis
- Type: CohesiveComputing.ImagingAxis
Horizontal or vertical axis. - amount
- Type: SystemSingle
A value of 1.0 indicates no change in perspective.
Return Value
Type:
IBitmapImageA new image instance with effect applied.
See Also