Skip to main content
All docs
V25.1
  • XtraDiagramExtensions Methods

    Provides extension methods for the DiagramControl.
    Name Description
    ContainsSelection(DiagramControl) static
    CreateBitmap(DiagramControl, RectangleF, Nullable<Single>, Nullable<Single>) static
    CreateBitmap(DiagramControl, Nullable<Single>, Nullable<Single>) static
    CreateShape(DiagramControl, ShapeDescription, Boolean) static
    CreateShape(DiagramControl, ShapeDescription, RectangleF, Boolean) static
    DrawDetachedItem(DiagramControl, DiagramItem, GraphicsCache) static Allows you to draw a diagram item outside the Canvas/Shapes Panel.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    ForEachSelectedItem(DiagramControl, Action<DiagramItem>) static Executes the specified action on each selected item.
    GetBackgroundPages(DiagramControl, DiagramDrawingContext, Double) static
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    IsMultipleSelection(DiagramControl) static
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    QuickPrintDiagram(DiagramControl) static
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ShowPrintDialog(DiagramControl) static
    ShowPrintPreviewDiagram(DiagramControl, ScaleSettings) static
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also