Eyeshot 10 WPF API Reference
BitmapSize Property

WPF Assembly > devDept.Graphics Namespace > TextureBase Class : BitmapSize Property
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

Reference

TextureBase Class
TextureBase Members