C#
VB
Java
Objective-C
WinRT C#
C++
Creates a new AnnStroke object with the specified values.
public static AnnStroke Create(
AnnBrush stroke,
LeadLengthD thickness
)
Public Shared Function Create( _
ByVal stroke As Leadtools.Annotations.Core.AnnBrush, _
ByVal thickness As Leadtools.LeadLengthD _
) As Leadtools.Annotations.Core.AnnStroke
public static Leadtools.Annotations.Core.AnnStroke Create(
Leadtools.Annotations.Core.AnnBrush stroke,
Leadtools.LeadLengthD thickness
)
-(id) initWithBrush:(LTAnnBrush*)brush
withThickness:(LeadLengthD)thickness;
function Leadtools.Annotations.Core.AnnStroke.Create(
stroke ,
thickness
)
public:
static AnnStroke^ Create(
AnnBrush^ stroke,
LeadLengthD^ thickness
)
thickness
The thickness for the new AnnStroke.
The new AnnStroke created by this method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET