Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / ComputePosition Method

In This Topic
    ComputePosition Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Function ComputePosition( _
       ByVal width As Double, _
       ByVal height As Double, _
       ByVal descend As Double, _
       ByVal offsetX As Double, _
       ByVal alignment As Text.alignmentType _
    ) As Point2D
    protected static Point2D ComputePosition( 
       double width,
       double height,
       double descend,
       double offsetX,
       Text.alignmentType alignment
    )

    Parameters

    width
    height
    descend
    offsetX
    alignment
    See Also