menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RectangleShape - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RectangleShape

    Represents a rectangle shape.

    Inheritance
    System.Object
    EntityBase
    XDLSSerializableBase
    WidgetBase
    Shape
    RectangleShape
    Implements
    IEntityBase
    IXDLSSerializable
    IShape
    ILeafWidget
    IWidget
    Inherited Members
    EntityBase.Document
    EntityBase.DocumentEx
    EntityBase.Owner
    EntityBase.SetOwner(IEntityBase)
    Shape.ApplyStyle(String)
    Shape.ApplyTransform(CustomGraphics)
    Shape.CreateLayoutInfo()
    Shape.InitXDLSHolder()
    Shape.m_canvas
    Shape.Measure(CustomGraphics)
    Shape.ReadXmlContent(IXDLSContentReader)
    Shape.ResetTransform(CustomGraphics)
    Shape.ShapeFormat
    Shape.StyleName
    Shape.Transform
    Shape.WriteXmlContent(IXDLSContentWriter)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    WidgetBase.DrawImpl(CustomGraphics, LayoutedWidget)
    WidgetBase.IWidget.LayoutInfo
    WidgetBase.m_layoutInfo
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.m_id
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.XDLSHolder
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class RectangleShape : Shape, IEntityBase, IXDLSSerializable, IShape, ILeafWidget, IWidget
    Remarks

    Supported by Essential PDF only.

    Constructors

    RectangleShape(Canvas)

    Declaration
    public RectangleShape(Canvas canvas)
    Parameters
    Type Name Description
    Canvas canvas

    Properties

    Bounds

    Gets / sets boundaries of the rectangle.

    Declaration
    public RectangleF Bounds { get; set; }
    Property Value
    Type
    System.Drawing.RectangleF

    Height

    Gets / sets height of the rectangle.

    Declaration
    public float Height { get; set; }
    Property Value
    Type
    System.Single

    Location

    Gets / sets location of the rectangle.

    Declaration
    public PointF Location { get; set; }
    Property Value
    Type
    System.Drawing.PointF

    Size

    Gets / sets size of the rectangle.

    Declaration
    public SizeF Size { get; set; }
    Property Value
    Type
    System.Drawing.SizeF

    Width

    Gets / sets width of the rectangle.

    Declaration
    public float Width { get; set; }
    Property Value
    Type
    System.Single

    X

    Gets x coordinate of the shape.

    Declaration
    public float X { get; set; }
    Property Value
    Type
    System.Single

    Y

    Gets y coordinate of the shape.

    Declaration
    public float Y { get; set; }
    Property Value
    Type
    System.Single

    Methods

    ReadXmlAttributes(IXDLSAttributeReader)

    Declaration
    protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
    Parameters
    Type Name Description
    IXDLSAttributeReader reader
    Overrides
    XDLSSerializableBase.ReadXmlAttributes(IXDLSAttributeReader)

    WriteXmlAttributes(IXDLSAttributeWriter)

    Declaration
    protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
    Parameters
    Type Name Description
    IXDLSAttributeWriter writer
    Overrides
    XDLSSerializableBase.WriteXmlAttributes(IXDLSAttributeWriter)

    Explicit Interface Implementations

    IWidget.Draw(CustomGraphics, LayoutedWidget)

    Declaration
    void IWidget.Draw(CustomGraphics cg, LayoutedWidget ltWidget)
    Parameters
    Type Name Description
    CustomGraphics cg
    LayoutedWidget ltWidget

    Implements

    IEntityBase
    IXDLSSerializable
    IShape
    ILeafWidget
    IWidget
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved