Click or drag to resize

IBitmapImageChangePerspective Method

Change perspective for given axis.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage 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: IBitmapImage
A new image instance with effect applied.
See Also