BCGControlBar Library for .NET
BuildTickMark Method




Syntax
'Declaration
 
Protected Sub BuildTickMark( _
   ByVal tickMark As GraphicsPath, _
   ByVal style As TickMarkStyle, _
   ByVal from As PointF, _
   ByVal to As PointF, _
   ByVal angle As Single, _
   ByVal size As Single, _
   ByVal bIsMajorTick As Boolean _
) 
'Usage
 
Dim instance As Scale
Dim tickMark As GraphicsPath
Dim style As TickMarkStyle
Dim from As PointF
Dim to As PointF
Dim angle As Single
Dim size As Single
Dim bIsMajorTick As Boolean
 
instance.BuildTickMark(tickMark, style, from, to, angle, size, bIsMajorTick)
protected void BuildTickMark( 
   GraphicsPath tickMark,
   TickMarkStyle style,
   PointF from,
   PointF to,
   float angle,
   float size,
   bool bIsMajorTick
)
protected: void BuildTickMark( 
   GraphicsPath* tickMark,
   TickMarkStyle style,
   PointF from,
   PointF to,
   float angle,
   float size,
   bool bIsMajorTick
) 
protected:
void BuildTickMark( 
   GraphicsPath^ tickMark,
   TickMarkStyle style,
   PointF from,
   PointF to,
   float angle,
   float size,
   bool bIsMajorTick
) 

Parameters

tickMark
style
from
to
angle
size
bIsMajorTick
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

Scale Class
Scale Members

Send Feedback