Struct VFRect
Custom rectangle.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: VisioForge.ProcessingFilters.Interfaces
Assembly: VisioForge.ProcessingFilters.Interfaces.dll
Syntax
public struct VFRect
Fields
Bottom
Bottom coordinate.
Declaration
public uint Bottom
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
Left
Left coordinate.
Declaration
public uint Left
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
Right
Right coordinate.
Declaration
public uint Right
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
Top
Top coordinate.
Declaration
public uint Top
Field Value
| Type | Description |
|---|---|
| System.UInt32 |