PJ33
Member
- Joined
- Jul 23, 2021
- Messages
- 7
- Programming Experience
- 1-3
Hello I am new in C# and reading the documentation seems difficult.
I am trying to use fo-dicom library and I am experimenting now.
For example given the below lik I try to implement the code
What I did is adding:
using Dicom.Imaging;
creating this variable: var file2 = DicomPixelData.Width();
But I dont know what is the argument for the given method.
I can see that the property has a get and set argument, so how is the expected format for this method?
Ps:
I am new in C# so please to remove my question, if it's not clear enough please let me know and I will try as clear as possible to follow up your questions.
Thank you in advance!
I am trying to use fo-dicom library and I am experimenting now.
For example given the below lik I try to implement the code
DicomPixelData.Width Property
fo-dicom.github.io
What I did is adding:
using Dicom.Imaging;
creating this variable: var file2 = DicomPixelData.Width();
But I dont know what is the argument for the given method.
I can see that the property has a get and set argument, so how is the expected format for this method?
Ps:
I am new in C# so please to remove my question, if it's not clear enough please let me know and I will try as clear as possible to follow up your questions.
Thank you in advance!