AGI STK Graphics 11 Send comments on this topic.
Origin Property (IAgStkGraphicsTextBatchPrimitiveOptionalParameters)
See Also 





Description

Gets or sets the per-batch origin, which is applied to each string in the text batch.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Origin() As AgEStkGraphicsOrigin

[C#]
public AgEStkGraphicsOrigin Origin {get; set;}

[Managed C++]
public: __property AgEStkGraphicsOrigin get_Origin();
public: __property void set_Origin(
AgEStkGraphicsOrigin
);

[Unmanaged C++]
public: HRESULT get_Origin(
AgEStkGraphicsOrigin * pRetVal
);
public: HRESULT put_Origin(
AgEStkGraphicsOrigin NewOrigin
);

[Java]
public AgEStkGraphicsOrigin getOrigin();public void setOrigin(
AgEStkGraphicsOrigin
);

Remarks

The origin defines where the string is placed relative to its position.

If per-string origins were specified with Set Origins the per-batch origin is ignored.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1