SerializationExtensions.ReadDrawingSize(BinaryReader) Method
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.
Reads a System.Drawing.Size struct from reader
public:
[System::Runtime::CompilerServices::Extension]
static System::Drawing::Size ReadDrawingSize(System::IO::BinaryReader ^ reader);
public static System.Drawing.Size ReadDrawingSize (this System.IO.BinaryReader reader);
static member ReadDrawingSize : System.IO.BinaryReader -> System.Drawing.Size
<Extension()>
Public Function ReadDrawingSize (reader As BinaryReader) As Size
Parameters
- reader
- BinaryReader
The reader to read from
Returns
The size.