DicomObjects Reference
DicomObjects Reference / DicomProjection Object / SetViewPlaneX Method
In This Topic
    SetViewPlaneX Method
    In This Topic
    Description
    Set Custom View Plane
    Syntax
    Visual Basic
    Public Sub SetViewPlaneX( _
       ByVal CentreX As Single, _
       ByVal CentreY As Single, _
       ByVal CentreZ As Single, _
       ByVal NormalX As Single, _
       ByVal NormalY As Single, _
       ByVal NormalZ As Single, _
       ByVal UpX As Single, _
       ByVal UpY As Single, _
       ByVal UpZ As Single, _
       ByVal Scale As Single _
    ) 
    Parameters
    CentreX
    CentreY
    CentreZ
    NormalX
    NormalY
    NormalZ
    UpX
    UpY
    UpZ
    Scale
    See Also