SizeF in GDI+

  • Thread starter Thread starter srfpala
  • Start date Start date
S

srfpala

Guest
SizeF::SizeF(60.0,40.0); // compiles but attaches to nothing
// Instantiate a SizeF object called mySmallSizeF()
// By analogy if the next statement works
// TextureBrush^ myTextureBrush = gcnew TextureBrush(myImage);
// THEN why wouldn't the following line compile ?

SizeF^ mySmallSizeF = gcnew SizeF::SizeF(60.0,40.0);

Lost and TIA
Bob
Bob

Continue reading...
 
Back
Top