IODBLayerGetTextLines(String, RectangleD) Method

Create a list of Lines in structure of the Text. E.G. a X contains two lines, one from left down to right up and one from left up to right down. Attention: The Text is not added to the layer, you have to SetSpecifics() of each line to add them to this layer!

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IODBObject> GetTextLines(
	string Text,
	RectangleD BoundsForText
)

Parameters

Text  String
The text of interest.
BoundsForText  RectangleD
Where to put the text location and size?

Return Value

ListIODBObject
List of lines as standard font defines the text.

Implements

InterfaceODBLayerGetTextLines(String, RectangleD)

See Also