Click or drag to resize

IBitmapImageReflect Method

Reflects image in either horizontal or vertical axis.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage Reflect(
	Axis axis
)

Parameters

axis
Type: CohesiveComputing.ImagingAxis
Horizontal or vertical axis.

Return Value

Type: IBitmapImage
A new image instance with effect applied.
See Also