PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSDiagramShape

    Inheritance
    System.Object
    StdBSDiagramShape
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSDiagramShape : DiagramShape

    Constructors

    StdBSDiagramShape()

    Declaration
    public StdBSDiagramShape()

    StdBSDiagramShape(ShapeDescription, Single, Single, Single, Single)

    Declaration
    public StdBSDiagramShape(ShapeDescription shape, float x, float y, float width, float height)
    Parameters
    Type Name Description
    DevExpress.Diagram.Core.ShapeDescription shape
    System.Single x
    System.Single y
    System.Single width
    System.Single height

    Properties

    ShapeImage

    Declaration
    public Image ShapeImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    Methods

    CreateView(DiagramControlViewInfo, DiagramAppearanceObject)

    Declaration
    protected override IDiagramItemView CreateView(DiagramControlViewInfo viewInfo, DiagramAppearanceObject appearance)
    Parameters
    Type Name Description
    DevExpress.XtraDiagram.ViewInfo.DiagramControlViewInfo viewInfo
    DevExpress.XtraDiagram.DiagramAppearanceObject appearance
    Returns
    Type Description
    DevExpress.XtraDiagram.Base.IDiagramItemView

    RoundToRectangle(RectangleF)

    Declaration
    public Rectangle RoundToRectangle(RectangleF rect)
    Parameters
    Type Name Description
    System.Drawing.RectangleF rect
    Returns
    Type Description
    System.Drawing.Rectangle