Unicode Controls & Classes for VB6 - Version 4

clsGpCustomLineCap Class

Manages a GDI+ custom line cap, use the [CreateLineCap] or [CreatePredefinedCap] to create the custom cap

Enums
Name Description
eCustomCapType Predefined caps
Events
Name Description
Properties
Name Type Description
BaseCap (GpLineCap) Gets or sets the base cap for this object
BaseInset (Single) Gets or sets the base inset for this object
hCLC (Long) Gets or sets the internal handle
isValid (Boolean) Returns True is the internal cap handle is valid
StrokeJoin (GpLineJoin) Gets or sets the stroke join method
WidthScale (Single) Gets or sets the width scale for this object
Methods
Name Type Description
Clone (clsGpCustomLineCap) Returns a clone of this object
CreateLineCap (GpStatus) Creates a GDI+ CustomLineCap object.
CreatePredefinedCap (GpStatus) Creates a predefined line CAP with a certain size
Dispose Releases resources used by this object
GetStrokeCaps (GpStatus) Gets the LineCap objects used to start and end lines within the Path object that defines this CustomLineCap object
SetStrokeCaps (GpStatus) Sets the LineCap objects used to start and end lines within the Path object that defines this CustomLineCap object
Remarks