BitmapLocker.BitmapData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BitmapData for the bitmap locked by this object
public:
property System::Drawing::Imaging::BitmapData ^ BitmapData { System::Drawing::Imaging::BitmapData ^ get(); };
public System.Drawing.Imaging.BitmapData BitmapData { get; }
member this.BitmapData : System.Drawing.Imaging.BitmapData
Public ReadOnly Property BitmapData As BitmapData
Property Value
BitmapData for the bitmap locked by this object.