Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
PlaneCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.SpecialEffects Namespace : PlaneCommand Class


The following tables list the members exposed by PlaneCommand.

Public Constructors

  Name Description
Public Constructor PlaneCommand Constructor Overloaded.  Initializes a new PlaneCommand class object with default parameters.  
Top

Public Properties

  Name Description
Public Property BrightColor Gets or sets the color of an external light source that shines on the displayed images.  
Public Property BrightLength Gets or sets a value that indicates how much the brightness changes as you move along the Z axis.  
Public Property CenterPoint Point structure that contains the point at which the camera or viewer is looking.  
Public Property Distance Gets or sets the camera distance from the viewing screen, in pixels.  
Public Property EndBright Gets or sets a value that indicates the brightness of an external light source on the last image displayed.  
Public Property FillColor Gets or sets the background color.  
Public Property Flags Gets or sets flags that indicate the background color and the planes to be shown.  
Public Property HasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Property PlaneOffset Gets or sets the distance between the parallel planes.  
Public Property PyramidAngle Gets or sets the view angle, off the Z-axis.  
Public Property Repeat Gets or sets the number of times the image repeats along the Z-axis.  
Public Property StartBright Gets or sets a value that indicates the brightness of an external light source on the first image displayed.  
Public Property Stretch Gets or sets a value that indicates whether to expand or compress the image, and by how much.  
Public Property ZValue gets or sets the viewing screen offset on the Z-axis, in pixels.  
Top

Public Methods

  Name Description
Public Method OnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method raise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method Run (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method ToString Overridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

  Name Description
Protected Method raise__progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

Public Events

  Name Description
Public Event Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also