|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
| Leadtools.ImageProcessing Namespace > CopyRectangleCommand Class > CopyRectangleCommand Constructor : CopyRectangleCommand Constructor(LeadRect,RasterMemoryFlags) |
public CopyRectangleCommand( LeadRect rc, RasterMemoryFlags createFlags )
'Declaration
Public Function New( _ ByVal rc As LeadRect, _ ByVal createFlags As RasterMemoryFlags _ )
'Usage
Dim rc As LeadRect Dim createFlags As RasterMemoryFlags Dim instance As New CopyRectangleCommand(rc, createFlags)
public CopyRectangleCommand( LeadRect rc, RasterMemoryFlags createFlags )
- (instancetype)initWithRectangle:(LeadRect)rect
flags:(LTRasterMemoryFlags)flags
public CopyRectangleCommand( LeadRect rc, int createFlags )
function CopyRectangleCommand( rc , createFlags )
public: CopyRectangleCommand( LeadRect rc, RasterMemoryFlags createFlags )