Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Picture Class / MagnifyingFunction Property

In This Topic
    MagnifyingFunction Property (Picture)
    In This Topic
    Gets or sets the texture magnifying function. The texture magnifying function is used whenever the pixel being textured maps to an area smaller than one texture element. There are six defined minifying functions. Two of them use the nearest one or nearest four texture elements to compute the texture value. The other four use mipmaps.
    Syntax
    'Declaration
     
    Public Property MagnifyingFunction As textureFilteringFunctionType
    public textureFilteringFunctionType MagnifyingFunction {get; set;}
    See Also