GrapeCity MultiRow Windows Forms Documentation
ShapeRenderer Class
Members 


Provides a shape renderer that is used by ShapeCell to paint different shape borders and help ShapeCell clip its mouse message. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
<SuppressMessageAttribute(Category="Microsoft.Naming", 
   CheckId="CA1704:IdentifiersShouldBeSpelledCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Renderer", 
   Justification="")>
Public MustInherit Class ShapeRenderer 
Dim instance As ShapeRenderer
[SuppressMessage(Category="Microsoft.Naming", 
   CheckId="CA1704:IdentifiersShouldBeSpelledCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Renderer", 
   Justification="")]
public abstract class ShapeRenderer 
Inheritance Hierarchy

System.Object
   GrapeCity.Win.MultiRow.ShapeRenderer
      GrapeCity.Win.MultiRow.OvalShapeRenderer
      GrapeCity.Win.MultiRow.PentagonShapeRenderer
      GrapeCity.Win.MultiRow.RectangleShapeRenderer
      GrapeCity.Win.MultiRow.RoundedRectangleShapeRenderer
      GrapeCity.Win.MultiRow.TrapezoidShapeRenderer

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ShapeRenderer Members
GrapeCity.Win.MultiRow Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.