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!

AdjustableArrowCap Constructor (Single, Single)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal width As Single, _
   ByVal height As Single _
)
[C#]
public AdjustableArrowCap(
   float width,
   float height
);
[C++]
public: AdjustableArrowCap(
   float width,
   float height
);
[JScript]
public function AdjustableArrowCap(
   width : float,
   height : float
);

Parameters

width
[To be supplied.]
height
[To be supplied.]

See Also

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