This documentation is for the old version. Go to the latest Graphics Mill docs

Cylindrize Properties

The Cylindrize type exposes the following members.

Properties

Name Description
Public property BackgroundColor

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

Public property Completed

Returns value indicating if the operation is currently running.

(Inherited from SyncHandler.)
Public property CylinderColor

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

Public property CylinderHalfPerimeter

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

Public property CylinderHeight

Gets/sets cylinder height.

Public property ExceptionThrowEnabled

Gets/sets value that specifies if to throw exception in synchronous mode.

(Inherited from SyncHandler.)
Public property HorizontalOffset

Gets/sets horizontal offset of the bitmap relatively top left corner of the visible part of the cylinder.

Public property InterpolationMode

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

Public property Locked

Indicates if the object has been locked.

(Inherited from SyncHandler.)
Public property Priority

Gets/sets a priority for the auxilary thread.

(Inherited from SyncHandler.)
Public property SlopeAngle

Gets/sets a slope angle of the cylinder.

Public property SupportedPixelFormats

Returns an array of pixel formats that are supported by this transform.

(Inherited from BitmapTransform.)
Public property SynchronizationMode

Gets/sets synchronization mode for the object.

(Inherited from SyncHandler.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from SyncHandler.)
Public property Unit

Gets/sets unit used to measure all the coordinates, sizes and other spatial values.

(Inherited from UnitConverterHandler.)
Public property VerticalOffset

Gets/sets vertical offset of the bitmap relatively top left corner of the visible part of the cylinder.

See Also

Reference