'Declaration
Public Function New( _ ByVal image As System.Drawing.Image, _ ByVal leftMargin As System.Integer, _ ByVal topMargin As System.Integer, _ ByVal rightMargin As System.Integer, _ ByVal bottomMargin As System.Integer, _ ByVal sizeMode As ImageSizeMode, _ ByVal useSegmentedStretch As System.Boolean, _ ByVal extractImageParts As System.Boolean, _ ByVal visibleSegments As ImageSegment _ )
'Usage
Dim image As System.Drawing.Image Dim leftMargin As System.Integer Dim topMargin As System.Integer Dim rightMargin As System.Integer Dim bottomMargin As System.Integer Dim sizeMode As ImageSizeMode Dim useSegmentedStretch As System.Boolean Dim extractImageParts As System.Boolean Dim visibleSegments As ImageSegment Dim instance As New NSegmentedImage(image, leftMargin, topMargin, rightMargin, bottomMargin, sizeMode, useSegmentedStretch, extractImageParts, visibleSegments)
public NSegmentedImage( System.Drawing.Image image, System.int leftMargin, System.int topMargin, System.int rightMargin, System.int bottomMargin, ImageSizeMode sizeMode, System.bool useSegmentedStretch, System.bool extractImageParts, ImageSegment visibleSegments )
Parameters
- image
- leftMargin
- topMargin
- rightMargin
- bottomMargin
- sizeMode
- useSegmentedStretch
- extractImageParts
- visibleSegments