Cylindrize Members

The Cylindrize type exposes the following members.

Constructors

Name Description
Public method Cylindrize

Initializes a new instance of the Cylindrize class.

Methods

Name Description
Public method Apply

Produces a cylindrized copy of a given bitmap. The source bitmap remains unchanged.

Public method Dispose

Releases all resources used by this Cylindrize.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property BackgroundColor

Gets or sets a background color. This color will be used to fill all the areas which are out of the cylinder.

Public property CupColor

Gets or sets a cylinder color. This color is used to fill the cylinder surface which is not covered with bitmap pixels.

Public property CylinderHalfPerimeter

Gets or sets a half-perimeter of the cylinder (i.e. length of the surface visible to user).

Public property CylinderHeight

Gets or sets the cylinder height.

Public property HorizontalOffset

Gets or sets a horizontal offset of the bitmap relatively to the upper-left corner of the visible part of the cylinder.

Public property InterpolationMode

Gets or sets the interpolation mode of the transform (i.e. algorithm which is used to resample bitmap).

Public property SlopeAngle

Gets or sets a slope angle of the cylinder.

Public property VerticalOffset

Gets or sets a vertical offset of the bitmap relatively to the upper-left corner of the visible part of the cylinder.

See Also

Reference