Gets/sets cylinder height.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

Public Property CylinderHeight As Single

C#

public float CylinderHeight { get; set; }

Property Value

Positive number specifying height of the cylinder. You can also specify -1. In this case height of the bitmap will be taken.

Remarks

Default value is -1.