Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / TextureBase Class / BitmapSize Property

In This Topic
    BitmapSize Property
    In This Topic
    The size of the bitmap from which the texture was created.
    Syntax
    'Declaration
     
    Public ReadOnly Property BitmapSize As Size
    public Size BitmapSize {get;}
    Remarks
    It can be different from Size if the graphics card does not support the texture non power of two.
    See Also