Class VisioShape
Visio shape class.
Inheritance
System.Object
VisioShape
Inherited Members
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()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Utility.Windows.dll
Syntax
public class VisioShape
Constructors
VisioShape()
Declaration
public VisioShape()
Properties
GroupRect
Gets or sets the group rect.
Declaration
public RectangleF GroupRect { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.RectangleF | The group rect. |
ShapeGraphicsPath
Gets or sets the shape graphics path.
Declaration
public GraphicsPath ShapeGraphicsPath { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The shape graphics path. |