AGI Components with Insight3D Alpha 2008 r8
AgGxPrimitiveTextBatchOptionalParameters Interface
Library Reference AGI.Graphics.Primitives AgGxPrimitiveTextBatchOptionalParameters
Optional initialization parameters for the text batch primitive. To pass an optional parameter to a text batch initialization method, create an instance of this class, set the desired properties, and pass the object to the text batch initialization method.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 

AgGxPrimitiveTextBatchOptionalParameters : 

IAgGxPrimitiveTextBatchOptionalParameters
Public 
Interface 

AgGxPrimitiveTextBatchOptionalParameters _
        
Implements 

IAgGxPrimitiveTextBatchOptionalParameters
public 
interface class 

AgGxPrimitiveTextBatchOptionalParameters : 

IAgGxPrimitiveTextBatchOptionalParameters
Members
All Members Methods Properties



Icon Member Description
GetEyeOffset(Double % , Double % , Double % ) (Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
GetPixelOffset(Int32 % , Int32 % ) (Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
HorizontalOrigin
The horizontal point of origin for the text. The default is left. For example, if the origin is left, text is rendered to the right of its position.
(Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
OpaqueOrTranslucent
When an array of per-string colors is provided, this is hint says if the colors are all opaque or if one or more is translucent. RenderPassHintUnknown is the default. In this case, the text batch will determine if the colors are opaque or translucent.
(Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
SetColors(Array % ) (Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
SetEyeOffset(Double, Double, Double)
Sets the number of meters to translate each string from its origin, in eye coordinates. Positive x values translate to the right, positive y values translate up, and positive z values translate toward the viewer.
(Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
SetEyeOffsets(Array % ) (Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
SetHorizontalOrigins(Array % ) (Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
SetPartialStringLength
When SetPartial is called to update a subset of strings in a text batch, the new string must be the same length as the old one. This property defines the minimum length of each string in the text batch. If a shorter string is passed, it is padded with spaces???
(Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
SetPixelOffset(Int32, Int32)
Sets the number of pixels to translate each string from its origin. Positive x values translate to the right and positive y values translate up.
(Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
SetPixelOffsets(Array % ) (Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
SetVerticalOrigins(Array % ) (Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)
VerticalOrigin
The vertical point of origin for the text. The default is bottom. For example, if the origin is bottom, text is rendered above its position.
(Inherited from IAgGxPrimitiveTextBatchOptionalParameters.)

Assembly: AGI.Graphics.Primitives.Interop(Module: AGI.Graphics.Primitives.Interop) Version: 9.0.0.0 (9.0.0.0)