Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewCubeIcon Class / ViewCubeIcon Constructor / ViewCubeIcon Constructor(coordinateSystemPositionType,Boolean,Color,Boolean,String,String,String,String,String,String,Color,Color,Color,Color,Color,Color,Char,Char,Char,Char,Boolean,Color,Color,Int32,Boolean,Boolean,Image,Image,Image,Image,Image,Image,Boolean)
Position
Visibility status
Color of highlight
If true, animates the camera when changing the orientation
Text of the front face
Text of the back face
Text of the left face
Text of the right face
Text of the top face
Text of the bottom face
The color of the front face
The color of the back face
The color of the left face
The color of the right face
The color of the top face
The color of the bottom face
Front orientation ring label
Back orientation ring label
Left orientation ring label
Right orientation ring label
If true, shows the ring under the view cube
The color used to draw the texts on the cube faces
The color used to draw the cube edges
The size in pixels
If true, fits the view when the view orientation changes
The enabled status
The front face image
The back face image
The left face image
The right face image
The top face image
The bottom face image
The lighting status

In This Topic
    ViewCubeIcon Constructor(coordinateSystemPositionType,Boolean,Color,Boolean,String,String,String,String,String,String,Color,Color,Color,Color,Color,Color,Char,Char,Char,Char,Boolean,Color,Color,Int32,Boolean,Boolean,Image,Image,Image,Image,Image,Image,Boolean)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal position As coordinateSystemPositionType, _
       ByVal visible As Boolean, _
       ByVal highlightColor As Color, _
       ByVal animateCamera As Boolean, _
       ByVal frontText As String, _
       ByVal backText As String, _
       ByVal leftText As String, _
       ByVal rightText As String, _
       ByVal topText As String, _
       ByVal bottomText As String, _
       ByVal frontColor As Color, _
       ByVal backColor As Color, _
       ByVal leftColor As Color, _
       ByVal rightColor As Color, _
       ByVal topColor As Color, _
       ByVal bottomColor As Color, _
       ByVal frontRingLabel As Char, _
       ByVal backRingLabel As Char, _
       ByVal leftRingLabel As Char, _
       ByVal rightRingLabel As Char, _
       ByVal showRing As Boolean, _
       ByVal textColor As Color, _
       ByVal edgeColor As Color, _
       ByVal size As Integer, _
       ByVal fitAfterViewChange As Boolean, _
       ByVal enabled As Boolean, _
       ByVal frontImage As Image, _
       ByVal backImage As Image, _
       ByVal leftImage As Image, _
       ByVal rightImage As Image, _
       ByVal topImage As Image, _
       ByVal bottomImage As Image, _
       ByVal lighting As Boolean _
    )

    Parameters

    position
    Position
    visible
    Visibility status
    highlightColor
    Color of highlight
    animateCamera
    If true, animates the camera when changing the orientation
    frontText
    Text of the front face
    backText
    Text of the back face
    leftText
    Text of the left face
    rightText
    Text of the right face
    topText
    Text of the top face
    bottomText
    Text of the bottom face
    frontColor
    The color of the front face
    backColor
    The color of the back face
    leftColor
    The color of the left face
    rightColor
    The color of the right face
    topColor
    The color of the top face
    bottomColor
    The color of the bottom face
    frontRingLabel
    Front orientation ring label
    backRingLabel
    Back orientation ring label
    leftRingLabel
    Left orientation ring label
    rightRingLabel
    Right orientation ring label
    showRing
    If true, shows the ring under the view cube
    textColor
    The color used to draw the texts on the cube faces
    edgeColor
    The color used to draw the cube edges
    size
    The size in pixels
    fitAfterViewChange
    If true, fits the view when the view orientation changes
    enabled
    The enabled status
    frontImage
    The front face image
    backImage
    The back face image
    leftImage
    The left face image
    rightImage
    The right face image
    topImage
    The top face image
    bottomImage
    The bottom face image
    lighting
    The lighting status
    See Also