Defines a collection of origins, one for each
string in the batch.
[Visual Basic .NET] |
---|
Public Sub SetOrigins( _
ByRef Origins As System.Array _
)
|
[C#] |
---|
public void SetOrigins(
|
[Managed C++] |
---|
public: void SetOrigins(
|
[Java] |
---|
public setOrigins(
|
[Unmanaged C++] |
---|
public: HRESULT SetOrigins(
|
- Origins
- An array containing a Origin
for each string in the batch. There must be one origin for each
string passed to the Text
Batch Primitive's
Set
orSetPartial
method.
The origin defines where the string is placed relative to its position.
Per-string origins override the per-batch origin. Therefore, when per-string origins are defined with this method, Origin is ignored.
Shows the format of
the Origins parameter when setting per string origins.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Origins parameter when setting per string origins.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|