NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MeasureItemEventArgs Constructor (Graphics, Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal graphics As Graphics, _
   ByVal index As Integer, _
   ByVal itemHeight As Integer _
)
[C#]
public MeasureItemEventArgs(
   Graphics graphics,
   int index,
   int itemHeight
);
[C++]
public: MeasureItemEventArgs(
   Graphics* graphics,
   int index,
   int itemHeight
);
[JScript]
public function MeasureItemEventArgs(
   graphics : Graphics,
   index : int,
   itemHeight : int
);

Parameters

graphics
[To be supplied.]
index
[To be supplied.]
itemHeight
[To be supplied.]

See Also

MeasureItemEventArgs Class | MeasureItemEventArgs Members | System.WinForms Namespace | MeasureItemEventArgs Constructor Overload List