Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Picture Class
Fields Properties Methods


In This Topic
    Picture Class Members
    In This Topic

    The following tables list the members exposed by Picture.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the use of hardware acceleration to draw the picture.  
    Public Property When true, enables anisotropic filtering for mipmapping.  
    Public Property If false, the picture edge is never drawn.  
    Public Property Gets or sets picture height.  
    Public Property Gets or sets the picture image.  
    Public Property If false, the picture is not involved in lighting.  
    Public PropertyGets 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.  
    Public PropertyGets or sets the texture minifying function. The texture minifying function is used whenever the pixel being textured maps to an area greater 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.  
    Public Property If true, texture coordinates are adjusted so that a big image can be decomposed in smaller images with one pixel overlapping.  
    Public Property Gets or sets picture width.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Creates a deep copy of this picture entity.  
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public Method  
    Public MethodOverridden. Populates a System.Runtime.Serialization.SerializationInfo instance with the data needed to serialize the target object.  
    Public MethodOverridden.   
    Public MethodOverloaded. Overridden.  Computes the curve or surface tessellation.  
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Top
    See Also