You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope to make a ID2D1Bitmap1 by calling ID2D1DeviceContext.CreateBitmap method, but it only has the ID2DBitmap version.
I need to make this bitmap accessible to the CPU, so BitmapProperties1 is necessary because it has an additional public field public BitmapOptions BitmapOptions; that BitmapProperties doesn't have.
I hope to make a
ID2D1Bitmap1
by callingID2D1DeviceContext.CreateBitmap
method, but it only has theID2DBitmap
version.I need to make this bitmap accessible to the CPU, so
BitmapProperties1
is necessary because it has an additional public fieldpublic BitmapOptions BitmapOptions;
thatBitmapProperties
doesn't have.Here is the api code from Direct2D API website.
Please add
ID2D1DeviceContext.CreateBitmap
method forID2D1Bitmap1
version.The text was updated successfully, but these errors were encountered: