Leadtools.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
Leadtools.SpecialEffects Namespace
See Also  Inheritance Hierarchy

Classes

Class Description
SpecialEffectsProcessor The SpecialEffectsProcessor class gives you precise control over a large variety of effects when you paint bitmaps, text, patterns, and shapes onto a device context.

Delegates

Delegate Description
SpecialEffectsProgress Lets you update a status bar or interrupt the calling function’s operation.

Enumerations

Enumeration Description
SpecialEffectsBackStyle The background style for the special effect. The backStyle parameter of the Draw3dShape method uses this enumeration.
SpecialEffectsBorderStyle The border style used for the special effect. The borderStyle parameter of the Draw3dShape method uses this enumeration.
SpecialEffectsFillStyle The fill style used for the special effect. The fillStyle parameter of the Draw3dShape method uses this enumeration.
SpecialEffectsFrameStyleFlags The frame style used for the special effect. The frameStyle parameter of the DrawFrame method uses this enumeration.
SpecialEffectsGradientStyle The gradient direction (one color transitioning to another). The gradientStyle parameter of the GradientFillRectangle method uses this enumeration.
SpecialEffectsInnerStyle The style used to draw the inner portion. The innerStyle parameter of the Draw3dShape method uses this enumeration.
SpecialEffectsOuterStyle The style used to draw the outer portion. The outerStyle parameter of the Draw3dShape method uses this enumeration.
SpecialEffectsPatternStyle The pattern style used for the special effect. The patternStyle parameter of the GradientPatternFillRectangle method uses this enumeration. Possible values are:
SpecialEffectsShape Shapes that can be painted. The Draw3dShape method uses this enumeration.
SpecialEffectsTextAlignmentFlags The text alignment for the special effect. The Draw3dText and DrawRotated3dText methods use this enumeration.
SpecialEffectsTextStyle The text style used for the special effect. The Draw3dText and DrawRotated3dText methods use this enumeration.
SpecialEffectsTransitionStyle The filling style used for the special effect. The transitionStyle parameter of the PaintTransition method uses this enumeration.
SpecialEffectsType Type of special effect. The DrawEffect, PaintTransition, PaintImage and PaintImageEffect methods use this enumeration. Possible values are:

See Also