The Cylindrize type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Cylindrize | Overloaded. Creates new Cylindrize class instance. |
Name | Description | |
---|---|---|
![]() |
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
![]() |
Abort |
Aborts current operation. (Inherited from SyncHandler.) |
![]() |
ApplyTransform | Overloaded. Transforms given bitmap. |
![]() |
Continue |
Resumes execution of the operation previously paused with Pause() method. (Inherited from SyncHandler.) |
![]() |
Dispose |
Releases all resources used by this Cylindrize. (Overrides BitmapTransform.Dispose().) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsPixelFormatSupported |
Verifies if bitmap with specified pixel format is supported by this transform. (Inherited from BitmapTransform.) |
![]() |
Lock |
Locks the object. (Inherited from SyncHandler.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Pause |
Pauses execution of the current operation. (Inherited from SyncHandler.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from SyncHandler.) |
![]() |
WaitForCompletion |
Suspends the calling thread until the operation currently run is completed. (Inherited from SyncHandler.) |
Name | Description | |
---|---|---|
![]() |
BackgroundColor |
Gets/sets background color. This color will be used to fill all the areas which are out of the cylinder. |
![]() |
Completed |
Returns value indicating if the operation is currently running. (Inherited from SyncHandler.) |
![]() |
CylinderColor |
Gets/sets cylinder color. This color is used to fill the cylinder surface which is not covered with bitmap pixels. |
![]() |
CylinderHalfPerimeter |
Gets/sets half-perimeter of the cylinder (i.e. length of the surface visible to user). |
![]() |
CylinderHeight |
Gets/sets cylinder height. |
![]() |
ExceptionThrowEnabled |
Gets/sets value that specifies if to throw exception in synchronous mode. (Inherited from SyncHandler.) |
![]() |
HorizontalOffset |
Gets/sets horizontal offset of the bitmap relatively top left corner of the visible part of the cylinder. |
![]() |
InterpolationMode |
Gets/sets interpolation mode of the transform (i.e. algorithm which is used to resample bitmap). |
![]() |
Locked |
Indicates if the object has been locked. (Inherited from SyncHandler.) |
![]() |
Priority |
Gets/sets a priority for the auxilary thread. (Inherited from SyncHandler.) |
![]() |
SlopeAngle |
Gets/sets a slope angle of the cylinder. |
![]() |
SupportedPixelFormats |
Returns an array of pixel formats that are supported by this transform. (Inherited from BitmapTransform.) |
![]() |
SynchronizationMode |
Gets/sets synchronization mode for the object. (Inherited from SyncHandler.) |
![]() |
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from SyncHandler.) |
![]() |
Unit |
Gets/sets unit used to measure all the coordinates, sizes and other spatial values. (Inherited from UnitConverterHandler.) |
![]() |
VerticalOffset |
Gets/sets vertical offset of the bitmap relatively top left corner of the visible part of the cylinder. |
Name | Description | |
---|---|---|
![]() |
Aborted |
Fires when operation has been aborted. (Inherited from SyncHandler.) |
![]() |
Continued |
Fires when operation has been resumed with Continue() method. (Inherited from SyncHandler.) |
![]() |
Paused |
Fires when operation has been paused with Pause() method. (Inherited from SyncHandler.) |
![]() |
Progress |
Fires on the operation progress notifications. (Inherited from SyncHandler.) |
![]() |
Started |
Fires after operation has been started. (Inherited from SyncHandler.) |
![]() |
Starting |
Fires before operation is started. (Inherited from SyncHandler.) |
![]() |
Stopped |
Fires after operation has been stopped. (Inherited from SyncHandler.) |
![]() |
Stopping |
Fires before operation is stopped. (Inherited from SyncHandler.) |