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!

Blend Constructor (Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal count As Integer _
)
[C#]
public Blend(
   int count
);
[C++]
public: Blend(
   int count
);
[JScript]
public function Blend(
   count : int
);

Parameters

count
[To be supplied.]

See Also

Blend Class | Blend Members | System.Drawing.Drawing2D Namespace | Blend Constructor Overload List