The Cylindrize type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Cylindrize |
Initializes a new instance of the Cylindrize class. |
Name | Description | |
---|---|---|
![]() |
Apply |
Produces a cylindrized copy of a given bitmap. The source bitmap remains unchanged. |
![]() |
Dispose |
Releases all resources used by this Cylindrize. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() |
BackgroundColor |
Gets or sets a background color. This color will be used to fill all the areas which are out of the cylinder. |
![]() |
CupColor |
Gets or sets a cylinder color. This color is used to fill the cylinder surface which is not covered with bitmap pixels. |
![]() |
CylinderHalfPerimeter |
Gets or sets a half-perimeter of the cylinder (i.e. length of the surface visible to user). |
![]() |
CylinderHeight |
Gets or sets the cylinder height. |
![]() |
HorizontalOffset |
Gets or sets a horizontal offset of the bitmap relatively to the upper-left corner of the visible part of the cylinder. |
![]() |
InterpolationMode |
Gets or sets the interpolation mode of the transform (i.e. algorithm which is used to resample bitmap). |
![]() |
SlopeAngle |
Gets or sets a slope angle of the cylinder. |
![]() |
VerticalOffset |
Gets or sets a vertical offset of the bitmap relatively to the upper-left corner of the visible part of the cylinder. |