Click or drag to resize

MMClassDescr Constructor (String, Color, ePointShape, McMMOptionseObjectColoring, Boolean, Int32, Int32, Int32, McMMOptionsmcmmlsTypes, McMMOptionsmcmmlesTypes)

Initializes a new instance of the MMClassDescr class

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	name As String,
	col As Color,
	pshape As ePointShape,
	oColoring As McMMOptionseObjectColoring,
	bFilledOutlines As Boolean,
	iFilledOutlinesOpacity As Integer,
	iBorderAndFill As Integer,
	iLineWidth As Integer,
	eLineStyle As McMMOptionsmcmmlsTypes,
	eLineEndsStyle As McMMOptionsmcmmlesTypes
)

Parameters

name
Type: SystemString
col
Type: System.DrawingColor
pshape
Type: MediaCy.Addins.MeasurementsePointShape
oColoring
Type: MediaCy.Addins.MeasurementsMcMMOptionseObjectColoring
bFilledOutlines
Type: SystemBoolean
iFilledOutlinesOpacity
Type: SystemInt32
iBorderAndFill
Type: SystemInt32
iLineWidth
Type: SystemInt32
eLineStyle
Type: MediaCy.Addins.MeasurementsMcMMOptionsmcmmlsTypes
eLineEndsStyle
Type: MediaCy.Addins.MeasurementsMcMMOptionsmcmmlesTypes
See Also