BCGControlBar Library for .NET
CreateShape Method




Syntax
'Declaration
 
Public Sub CreateShape( _
   ByVal from As PointF, _
   ByVal dblWidth As Single, _
   ByVal dblSize As Single, _
   ByVal dblAngleIn As Single _
) 
'Usage
 
Dim instance As Pointer
Dim from As PointF
Dim dblWidth As Single
Dim dblSize As Single
Dim dblAngleIn As Single
 
instance.CreateShape(from, dblWidth, dblSize, dblAngleIn)
public void CreateShape( 
   PointF from,
   float dblWidth,
   float dblSize,
   float dblAngleIn
)
public: void CreateShape( 
   PointF from,
   float dblWidth,
   float dblSize,
   float dblAngleIn
) 
public:
void CreateShape( 
   PointF from,
   float dblWidth,
   float dblSize,
   float dblAngleIn
) 

Parameters

from
dblWidth
dblSize
dblAngleIn
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Pointer Class
Pointer Members

Send Feedback