Class ViewportRect
Represents a View port Rectangle in the diagram.
Inheritance
System.Object
ViewportRect
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.dll
Syntax
public class ViewportRect : Object
Constructors
ViewportRect(OverviewPanel)
Initializes a new instance of the ViewportRect class.
Declaration
public ViewportRect(OverviewPanel overview)
Parameters
Type | Name | Description |
---|---|---|
OverviewPanel | overview | The context. |
Properties
StartX
Gets or sets the offset 'x' position of the overview helper rectangle.
Declaration
public float StartX { get; set; }
Property Value
Type |
---|
System.Single |
StartY
Gets or sets the offset 'y' position of the overview helper rectangle.
Declaration
public float StartY { get; set; }
Property Value
Type |
---|
System.Single |
StrokeColor
Gets or sets the border color of the overview helper rectangle.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
Methods
Dispose()
dispose method for View port Rectangle.
Declaration
public void Dispose()