The MrcSegmentData Constructor is available in LEADTOOLS Document and Medical Imaging toolkits.
Initializes a new MrcCompressionOptions with explicit parameters (For internal use).Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal imageSegment As LeadRect, _ ByVal segmentType As MrcSegmentType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim imageSegment As LeadRect Dim segmentType As MrcSegmentType Dim instance As New MrcSegmentData(imageSegment, segmentType) |
C# | |
---|---|
public MrcSegmentData( LeadRect imageSegment, MrcSegmentType segmentType ) |
C++/CLI | |
---|---|
public: MrcSegmentData( LeadRect imageSegment, MrcSegmentType segmentType ) |
Parameters
- imageSegment
- Segment rectangle
- segmentType
- Segment type
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7