ComponentOne Bitmap for UWP
ResourceRegion Constructor

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > ResourceRegion Structure : ResourceRegion Constructor
Left coordinates (inclusive)
Top coordinates (inclusive)
Front coordinates (inclusive)
Right coordinates (exclusive)
Bottom coordinates (exclusive)
Back coordinates (exclusive)
Initialize a new instance of ResourceRegion struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal front As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer, _
   ByVal back As System.Integer _
)
public ResourceRegion( 
   System.int left,
   System.int top,
   System.int front,
   System.int right,
   System.int bottom,
   System.int back
)

Parameters

left
Left coordinates (inclusive)
top
Top coordinates (inclusive)
front
Front coordinates (inclusive)
right
Right coordinates (exclusive)
bottom
Bottom coordinates (exclusive)
back
Back coordinates (exclusive)
Remarks
See Also

Reference

ResourceRegion Structure
ResourceRegion Members