LEADTOOLS Special Effects (Leadtools.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SpecialEffectsProcessor Class Methods
See Also 
Leadtools.SpecialEffects Namespace : SpecialEffectsProcessor Class


"

For a list of all members of this type, see SpecialEffectsProcessor members.

"

Public Methods

 NameDescription
public Method Draw3dShapeOverloaded. Draws the specified three-dimensional shape onto the target device context using the specified color, style, and size.  
public Method Draw3dTextOverloaded. Draws three-dimensional text onto the target device context using the specified font, color, and style.  
public Method DrawEffectOverloaded. Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source device context into a destination device context, while applying a special effect.  
public Method DrawFrameOverloaded. Draws a rectangular frame having the specified style, color, and border width onto the target device context.  
public Method DrawRotated3dTextOverloaded. Draws three-dimensional text,rotated by the amount specified, onto the target device context using the specified font, color, and style.  
public Method GradientFillRectangleOverloaded. Draws a rectangle onto the target device context, and then fills the rectangle with a gradient that begins with the specified starting color and ends with the specified ending color.  
public Method GradientPatternFillRectangleOverloaded. Draws a rectangle onto the target device context, and then fills the rectangle with the specified pattern and color.  
public Method PaintImageOverloaded. Applies an effect when painting an image to a target device context. The effect, commonly used for slide show transitions, specifies how the image is painted, not how it looks when painting is finished.  
public Method PaintImageEffectOverloaded. Applies an effect when painting a bitmap to a screen. The effect, commonly used for slide show transitions, specifies how the image is painted, not how it looks when painting is finished.  
public Method PaintImageRegionEffectOverloaded. Applies an effect when painting a bitmap region to a device context. This method works the same as PaintImageEffect, except that only the bitmap region is painted.  
public Method PaintTransitionOverloaded. Draws a rectangle onto the target device context with the specified fill pattern and color while using a special effect.  
Top

See Also