←Select platform

SpecialEffectsShape Enumeration

Summary

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

Syntax

C#
VB
C++
  
Public Enum SpecialEffectsShape  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum SpecialEffectsShape 
public enum class SpecialEffectsShape : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.SpecialEffects Assembly