Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFillStyle Class / Bitmap Property


In This Topic
    Bitmap Property (NImageFillStyle)
    In This Topic
    The bitmap object used to create a texture if Type is set to FillEffectType.Image.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Bitmap As System.Drawing.Bitmap
    'Usage
     
    
    Dim instance As NImageFillStyle
    Dim value As System.Drawing.Bitmap
     
    instance.Bitmap = value
     
    value = instance.Bitmap
    [System.Xml.Serialization.XmlIgnore()]
    public System.Drawing.Bitmap Bitmap {get; set;}
    Remarks
    You can use this property if you want to assign a texture to the fill style contained in a bitmap object. This is the case when the texture is dynamically generated or loaded from resource file.
    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