LEADTOOLS Special Effects (Leadtools.SpecialEffects assembly)

SpecialEffectsShape Enumeration

Show in webframe





Shapes that can be painted. The Draw3dShape method uses this enumeration.
Syntax
public enum SpecialEffectsShape : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum SpecialEffectsShape 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SpecialEffectsShape

            

            
public enum class SpecialEffectsShape : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x000003E8SquareClassSquare class
0x000003E8SquareSquare
0x000003E9SquareMaxNumber of shapes in this class
0x000003E9SquareRoundedRounded square
0x000007D0RectangleRectangle
0x000007D0RectangleClassRectangle class
0x000007D1RectangleRoundedRounded rectangle
0x000007D1RectangleMaxNumber of shapes in this class.
0x00000BB8ParallelogramClassParallelogram class
0x00000BB8ParallelogramLParallelogram left
0x00000BB9ParallelogramRParallelogram right
0x00000BBAParallelogramTParallelogram top
0x00000BBBParallelogramMaxNumber of shapes in this class.
0x00000BBBParallelogramBParallelogram bottom
0x00000FA0TrapezoidClassTrapezoid class
0x00000FA0TrapezoidLTrapezoid left
0x00000FA1TrapezoidRTrapezoid right
0x00000FA2TrapezoidTTrapezoid top
0x00000FA3TrapezoidMaxNumber of shapes in this class.
0x00000FA3TrapezoidBTrapezoid bottom
0x00001388TriangleClassTriangle class
0x00001388TriangleEquilateralLEquilateral triangle left
0x00001389TriangleEquilateralREquilateral triangle right
0x0000138ATriangleEquilateralTEquilateral triangle top
0x0000138BTriangleEquilateralBEquilateral triangle bottom
0x0000138CTriangleIsoscelesLIsosceles triangle left
0x0000138DTriangleIsoscelesRIsosceles triangle right
0x0000138ETriangleIsoscelesTIsosceles triangle top
0x0000138FTriangleIsoscelesBIsosceles triangle bottom
0x00001390TriangleRightLTRight triangle left-top
0x00001391TriangleRightLBRight triangle left-bottom
0x00001392TriangleRightRTRight triangle right-top
0x00001393TriangleRightRBRight triangle right-bottom
0x00001393TriangleMaxNumber of shapes in this class.
0x00001770OtherClassOther polygons
0x00001770OctagonOctagon
0x00001771DiamondDiamond
0x00001772PentagonPentagon
0x00001773HexagonHexagon
0x00001774LineLine
0x00001775RegionRegion
0x00001775OtherMaxNumber of shapes in this class.
0x00001B58CircleCircle
0x00001B58CircleClassCircle class
0x00001B59Circle90LTCircle 90° left-top
0x00001B5ACircle90LBCircle 90° left-bottom
0x00001B5BCircle90RTCircle 90° right-top
0x00001B5CCircle90RBCircle 90° right-bottom
0x00001B5DCircle180LCircle 180° left
0x00001B5ECircle180RCircle 180° right
0x00001B5FCircle180TCircle 180° top
0x00001B60Circle180BCircle 180° bottom
0x00001B61Circle270LTCircle 270° left-top
0x00001B62Circle270LBCircle 270° left-bottom
0x00001B63Circle270RTCircle 270° right-top
0x00001B64Circle270RBCircle 270° right-bottom
0x00001B64CircleMaxNumber of shapes in this class.
0x00001F40EllipseEllipse
0x00001F40EllipseClassEllipse class
0x00001F41Ellipse90LTEllipse 90° left-top
0x00001F42Ellipse90LBEllipse 90° left-bottom
0x00001F43Ellipse90RTEllipse 90° right-top
0x00001F44Ellipse90RBEllipse 90° right-bottom
0x00001F45Ellipse180LEllipse 180° left
0x00001F46Ellipse180REllipse 180° right
0x00001F47Ellipse180TEllipse 180° top
0x00001F48Ellipse180BEllipse 180° bottom
0x00001F49Ellipse270LTEllipse 270° left-top
0x00001F4AEllipse270LBEllipse 270° left-bottom
0x00001F4BEllipse270RTEllipse 270° right-top
0x00001F4CEllipse270RBEllipse 270° right-bottom
0x00001F4CEllipseMaxNumber of shapes in this class.
0x00002328StarClassStar class
0x00002328Star4Star 4 points
0x00002329Star5Star 5 points
0x0000232AStar8Star 8 points
0x0000232BStar16Star 16 points
0x0000232CStar24Star 24 points
0x0000232DStarMaxNumber of shapes in this class.
0x0000232DStar32Star 36 points
0x00002710CrossClassCross class
0x00002710CrossSMALLCross small
0x00002711CrossMEDIUMCross medium
0x00002712CrossLARGECross large
0x00002712CrossMaxNumber of shapes in this class.
0x00002AF8ArrowLArrow left
0x00002AF8ArrowClassArrow class
0x00002AF9ArrowRArrow right
0x00002AFAArrowTArrow top
0x00002AFBArrowBArrow bottom
0x00002AFCArrow2LAndRArrow2 left and right
0x00002AFDArrow2TAndBArrow2 top and bottom
0x00002AFEArrow2LAndTArrow2 left and top
0x00002AFFArrow2LAndBArrow2 left and bottom
0x00002B00Arrow2RAndTArrow2 right and top
0x00002B01Arrow2RAndBArrow2 right and bottom
0x00002B02Arrow3LAndTAndRArrow3 left and top and right
0x00002B03Arrow3TAndRAndBArrow3 top and right and bottom
0x00002B04Arrow3LAndBAndRArrow3 left and bottom and right
0x00002B05Arrow3LAndTAndBArrow3 left and top and bottom
0x00002B06ArrowMaxNumber of shapes in this class.
0x00002B06Arrow4LAndTAndRAndBArrow4 left and top and right and bottom
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.SpecialEffects.SpecialEffectsShape

Requirements

Target Platforms

See Also

Reference

Leadtools.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.