←Select platform

SpecialEffectsShape Enumeration

Summary
Shapes that can be painted. The Draw3dShape method uses this enumeration.

Syntax
C#
C++/CLI
Python
public enum SpecialEffectsShape 
public enum class SpecialEffectsShape : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class SpecialEffectsShape(Enum): 
   SquareClass = 1000 
   SquareClass = 1000 
   SquareRounded = 1001 
   SquareRounded = 1001 
   Rectangle = 2000 
   Rectangle = 2000 
   RectangleRounded = 2001 
   RectangleRounded = 2001 
   ParallelogramClass = 3000 
   ParallelogramClass = 3000 
   ParallelogramR = 3001 
   ParallelogramT = 3002 
   ParallelogramB = 3003 
   ParallelogramB = 3003 
   TrapezoidClass = 4000 
   TrapezoidClass = 4000 
   TrapezoidR = 4001 
   TrapezoidT = 4002 
   TrapezoidB = 4003 
   TrapezoidB = 4003 
   TriangleClass = 5000 
   TriangleClass = 5000 
   TriangleEquilateralR = 5001 
   TriangleEquilateralT = 5002 
   TriangleEquilateralB = 5003 
   TriangleIsoscelesL = 5004 
   TriangleIsoscelesR = 5005 
   TriangleIsoscelesT = 5006 
   TriangleIsoscelesB = 5007 
   TriangleRightLT = 5008 
   TriangleRightLB = 5009 
   TriangleRightRT = 5010 
   TriangleMax = 5011 
   TriangleMax = 5011 
   Octagon = 6000 
   Octagon = 6000 
   Diamond = 6001 
   Pentagon = 6002 
   Hexagon = 6003 
   Line = 6004 
   Region = 6005 
   Region = 6005 
   Circle = 7000 
   Circle = 7000 
   Circle90LT = 7001 
   Circle90LB = 7002 
   Circle90RT = 7003 
   Circle90RB = 7004 
   Circle180L = 7005 
   Circle180R = 7006 
   Circle180T = 7007 
   Circle180B = 7008 
   Circle270LT = 7009 
   Circle270LB = 7010 
   Circle270RT = 7011 
   CircleMax = 7012 
   CircleMax = 7012 
   EllipseClass = 8000 
   EllipseClass = 8000 
   Ellipse90LT = 8001 
   Ellipse90LB = 8002 
   Ellipse90RT = 8003 
   Ellipse90RB = 8004 
   Ellipse180L = 8005 
   Ellipse180R = 8006 
   Ellipse180T = 8007 
   Ellipse180B = 8008 
   Ellipse270LT = 8009 
   Ellipse270LB = 8010 
   Ellipse270RT = 8011 
   Ellipse270RB = 8012 
   Ellipse270RB = 8012 
   StarClass = 9000 
   StarClass = 9000 
   Star5 = 9001 
   Star8 = 9002 
   Star16 = 9003 
   Star24 = 9004 
   StarMax = 9005 
   StarMax = 9005 
   CrossClass = 10000 
   CrossClass = 10000 
   CrossMEDIUM = 10001 
   CrossLARGE = 10002 
   CrossLARGE = 10002 
   ArrowClass = 11000 
   ArrowClass = 11000 
   ArrowR = 11001 
   ArrowT = 11002 
   ArrowB = 11003 
   Arrow2LAndR = 11004 
   Arrow2TAndB = 11005 
   Arrow2LAndT = 11006 
   Arrow2LAndB = 11007 
   Arrow2RAndT = 11008 
   Arrow2RAndB = 11009 
   Arrow3LAndTAndR = 11010 
   Arrow3TAndRAndB = 11011 
   Arrow3LAndBAndR = 11012 
   Arrow3LAndTAndB = 11013 
   Arrow4LAndTAndRAndB = 11014 
   Arrow4LAndTAndRAndB = 11014 
Members
ValueMemberDescription
1000SquareClassSquare class
1000SquareSquare
1001SquareRoundedRounded square
1001SquareMaxNumber of shapes in this class
2000RectangleClassRectangle class
2000RectangleRectangle
2001RectangleRoundedRounded rectangle
2001RectangleMaxNumber of shapes in this class.
3000ParallelogramLParallelogram left
3000ParallelogramClassParallelogram class
3001ParallelogramRParallelogram right
3002ParallelogramTParallelogram top
3003ParallelogramBParallelogram bottom
3003ParallelogramMaxNumber of shapes in this class.
4000TrapezoidClassTrapezoid class
4000TrapezoidLTrapezoid left
4001TrapezoidRTrapezoid right
4002TrapezoidTTrapezoid top
4003TrapezoidMaxNumber of shapes in this class.
4003TrapezoidBTrapezoid bottom
5000TriangleEquilateralLEquilateral triangle left
5000TriangleClassTriangle class
5001TriangleEquilateralREquilateral triangle right
5002TriangleEquilateralTEquilateral triangle top
5003TriangleEquilateralBEquilateral triangle bottom
5004TriangleIsoscelesLIsosceles triangle left
5005TriangleIsoscelesRIsosceles triangle right
5006TriangleIsoscelesTIsosceles triangle top
5007TriangleIsoscelesBIsosceles triangle bottom
5008TriangleRightLTRight triangle left-top
5009TriangleRightLBRight triangle left-bottom
5010TriangleRightRTRight triangle right-top
5011TriangleMaxNumber of shapes in this class.
5011TriangleRightRBRight triangle right-bottom
6000OtherClassOther polygons
6000OctagonOctagon
6001DiamondDiamond
6002PentagonPentagon
6003HexagonHexagon
6004LineLine
6005OtherMaxNumber of shapes in this class.
6005RegionRegion
7000CircleClassCircle class
7000CircleCircle
7001Circle90LTCircle 90° left-top
7002Circle90LBCircle 90° left-bottom
7003Circle90RTCircle 90° right-top
7004Circle90RBCircle 90° right-bottom
7005Circle180LCircle 180° left
7006Circle180RCircle 180° right
7007Circle180TCircle 180° top
7008Circle180BCircle 180° bottom
7009Circle270LTCircle 270° left-top
7010Circle270LBCircle 270° left-bottom
7011Circle270RTCircle 270° right-top
7012Circle270RBCircle 270° right-bottom
7012CircleMaxNumber of shapes in this class.
8000EllipseClassEllipse class
8000EllipseEllipse
8001Ellipse90LTEllipse 90° left-top
8002Ellipse90LBEllipse 90° left-bottom
8003Ellipse90RTEllipse 90° right-top
8004Ellipse90RBEllipse 90° right-bottom
8005Ellipse180LEllipse 180° left
8006Ellipse180REllipse 180° right
8007Ellipse180TEllipse 180° top
8008Ellipse180BEllipse 180° bottom
8009Ellipse270LTEllipse 270° left-top
8010Ellipse270LBEllipse 270° left-bottom
8011Ellipse270RTEllipse 270° right-top
8012Ellipse270RBEllipse 270° right-bottom
8012EllipseMaxNumber of shapes in this class.
9000StarClassStar class
9000Star4Star 4 points
9001Star5Star 5 points
9002Star8Star 8 points
9003Star16Star 16 points
9004Star24Star 24 points
9005StarMaxNumber of shapes in this class.
9005Star32Star 36 points
10000CrossSMALLCross small
10000CrossClassCross class
10001CrossMEDIUMCross medium
10002CrossMaxNumber of shapes in this class.
10002CrossLARGECross large
11000ArrowLArrow left
11000ArrowClassArrow class
11001ArrowRArrow right
11002ArrowTArrow top
11003ArrowBArrow bottom
11004Arrow2LAndRArrow2 left and right
11005Arrow2TAndBArrow2 top and bottom
11006Arrow2LAndTArrow2 left and top
11007Arrow2LAndBArrow2 left and bottom
11008Arrow2RAndTArrow2 right and top
11009Arrow2RAndBArrow2 right and bottom
11010Arrow3LAndTAndRArrow3 left and top and right
11011Arrow3TAndRAndBArrow3 top and right and bottom
11012Arrow3LAndBAndRArrow3 left and bottom and right
11013Arrow3LAndTAndBArrow3 left and top and bottom
11014ArrowMaxNumber of shapes in this class.
11014Arrow4LAndTAndRAndBArrow4 left and top and right and bottom
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.