AGI Components with Insight3D Alpha 2008 r8
SetPixelOffset Method (X, Y)
Library Reference AGI.Graphics.Primitives IAgGxPrimitiveTextBatchOptionalParametersSetPixelOffset(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.
Declaration Syntax
C# Visual Basic Visual C++
void 
SetPixelOffset(
        
int 
X,
        
int 
Y
)
Sub 
SetPixelOffset ( _
        
X 
As 
Integer, _
        
Y 
As 
Integer _
)
void 
SetPixelOffset(
        [
InAttribute] 
int 
X, 
        [
InAttribute] 
int 
Y
)
Parameters
X ( Int32)
Y ( Int32)

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