Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLightingImageFilter Class / Position Property


In This Topic
    Position Property (NLightingImageFilter)
    In This Topic
    The Position of the light source.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("The Position of the light source.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NVectorTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property Position As NVector3DF
    'Usage
     
    
    Dim instance As NLightingImageFilter
    Dim value As NVector3DF
     
    instance.Position = value
     
    value = instance.Position
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("The Position of the light source.")]
    [System.ComponentModel.Editor(Nevron.Editors.NVectorTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NVector3DF Position {get; set;}
    Remarks
    A Position of (0, 0, 1) translates to the center of the image. Positive values for the x coordinate move the light to the right of the image. Positive values for the y coordinate move the light to the bottom of the image.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also