BarcodeInfo
Vertexes Property
|
Get barcode position,return the four vertices of the rectangle
Namespace:
Spire.Barcode.Settings
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public Point[] Vertexes { get; }
Public ReadOnly Property Vertexes As Point()
Get
public:
property array<Point>^ Vertexes {
array<Point>^ get ();
}
member Vertexes : Point[] with get
Property Value
Type:
Point
See Also